now actually puts python bins in path

This commit is contained in:
Jeffrey Paul 2016-10-07 21:11:47 -04:00
parent ef5452b3a7
commit dfc42a0210
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if [[ -e $HOME/Library/Python/2.7/bin ]]; then
PATH+=":$HOME/Library/Python/2.7/bin"
fi