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

PATH not being modified on macOS (High Sierra 10.13.5) #2

Open
BrendanSimon opened this issue Jul 8, 2018 · 2 comments
Open

PATH not being modified on macOS (High Sierra 10.13.5) #2

BrendanSimon opened this issue Jul 8, 2018 · 2 comments

Comments

@BrendanSimon
Copy link

I'm trying to use hatch on macOS (High Sierra 10.13.5), and need to use pybin to update my patch to find the installed hatch script, but I can't get pybin to modify my path.

What am I doing wrong?

$ pip3 install --user hatch

$ hatch
-bash: hatch: command not found

$ sudo -H pip3 install pybin

$ pybin
The user bin directory `/Users/brendan/Library/Python/3.7/bin` is not in PATH.

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

$ pybin put
Success!

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

$ pybin put -f
Success!

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
@ofek
Copy link
Owner

ofek commented Jul 8, 2018

Did you restart your shell?

@arkban
Copy link

arkban commented Jan 24, 2019

Maybe it would be nice to add "Please restart your shell" after "Success!" for the noobs like @BrendanSimon and myself?

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

3 participants