mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:06:30 +00:00
Add MacPorts path to PYTHONPATH
This commit is contained in:
parent
765afa924e
commit
c5ea411f8a
@ -29,7 +29,7 @@ else if [ $det_os = "mac" ]
|
|||||||
set -gx GOPATH $go_workspace $GOROOT
|
set -gx GOPATH $go_workspace $GOROOT
|
||||||
|
|
||||||
# Fix Python path on OSX to avoid considering System extras over newer versions
|
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||||
set -gx PYTHONPATH /Library/Python/2.7/site-packages $PYTHONPATH
|
set -gx PYTHONPATH /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages /Library/Python/2.7/site-packages $PYTHONPATH
|
||||||
end
|
end
|
||||||
|
|
||||||
# Google cloud sdk
|
# Google cloud sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user