Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo required on mac os x #4

Open
krzkaczor opened this issue Nov 4, 2023 · 1 comment
Open

sudo required on mac os x #4

krzkaczor opened this issue Nov 4, 2023 · 1 comment

Comments

@krzkaczor
Copy link
Contributor

Putting binaries into /usr/local/bin requires root. I think a better place could be ~/bin which is (at least on my machine) in $PATH by default.

@axetroy
Copy link
Member

axetroy commented Nov 9, 2023

as far as I known, /usr/local/bin did not requires root in most case.

$ touch /usr/local/bin/test
$ ls -lh /usr/local/bin/test
-rw-r--r--  1 axetroy  admin     0B 11  9 14:04 /usr/local/bin/test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants