Update 150.python-bin-path.sh
This commit is contained in:
parent
4a34c0df0c
commit
4cdb6d82df
@ -2,6 +2,6 @@ if [[ -e $HOME/Library/Python/2.7/bin ]]; then
|
||||
PATH+=":$HOME/Library/Python/2.7/bin"
|
||||
fi
|
||||
|
||||
if [[ -e $HOME/Library/Python/3.5/bin ]]; then
|
||||
PATH+=":$HOME/Library/Python/3.5/bin"
|
||||
if [[ -e $HOME/Library/Python/3.6/bin ]]; then
|
||||
PATH+=":$HOME/Library/Python/3.6/bin"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user