Update 150.python-bin-path.sh

This commit is contained in:
Jeffrey Paul 2017-02-08 23:19:37 -05:00 committed by GitHub
parent 4a34c0df0c
commit 4cdb6d82df
1 changed files with 2 additions and 2 deletions

View File

@ -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