mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 21:36:31 +00:00
Fix OSX Python Path
This commit is contained in:
parent
89b681e42d
commit
140396f185
@ -24,7 +24,7 @@ else if [ $det_os = "mac" ]
|
||||
|
||||
# set PATH $HOME/Library/Python/2.7/bin $PATH
|
||||
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||
set -gx PYTHONPATH /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages /Library/Python/2.7/site-packages $PYTHONPATH
|
||||
set -gx PYTHONPATH /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages:$PYTHONPATH
|
||||
end
|
||||
|
||||
# Google GO
|
||||
|
Loading…
Reference in New Issue
Block a user