added python3.5 binpath to path
This commit is contained in:
parent
41c9d9f270
commit
3e2954c67e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user