This website requires JavaScript.
Explore
Help
Sign In
sneak
/
osx
Watch
1
Star
0
Fork
You've already forked osx
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
95522e7ac7
osx
/
custompkg
/
root
/
etc
/
skel
/
Library
/
bashrc.d
/
150.python-bin-path.sh
4 lines
92 B
Bash
Raw
Blame
History
if
[
[
-e
$HOME
/Library/Python/2.7/bin
]
]
;
then
PATH
+=
"
:
$HOME
/Library/Python/2.7/bin
"
fi
Reference in New Issue
View Git Blame
Copy Permalink