added python3.5 binpath to path
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
if [[ -e $HOME/Library/Python/2.7/bin ]]; then
|
if [[ -e $HOME/Library/Python/2.7/bin ]]; then
|
||||||
PATH+=":$HOME/Library/Python/2.7/bin"
|
PATH+=":$HOME/Library/Python/2.7/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -e $HOME/Library/Python/3.5/bin ]]; then
|
||||||
|
PATH+=":$HOME/Library/Python/3.5/bin"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user