mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 07:36:32 +00:00
Fix PYTHONPATH for OSX
This commit is contained in:
parent
03db133619
commit
c3027d7d62
@ -29,7 +29,7 @@ else if [ $det_os = "mac" ]
|
||||
set -gx GOPATH $go_workspace $GOROOT
|
||||
|
||||
# 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 /Library/Python/2.7/site-packages $PYTHONPATH
|
||||
end
|
||||
|
||||
# Google cloud sdk
|
||||
|
Loading…
Reference in New Issue
Block a user