added python3.5 binpath to path

This commit is contained in:
Jeffrey Paul 2016-12-16 08:50:15 -05:00 committed by GitHub
parent 41c9d9f270
commit 3e2954c67e
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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"
fi