4 lines
92 B
Bash
4 lines
92 B
Bash
|
if [[ -e $HOME/Library/Python/2.7/bin ]]; then
|
||
|
PATH+=":$HOME/Library/Python/2.7/bin"
|
||
|
fi
|