mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:46:32 +00:00
Update mac user python path to 3.9
This commit is contained in:
parent
b25b60e545
commit
781a24f328
@ -33,7 +33,7 @@ elif [[ "$DET_OS" == "mac" ]]; then
|
||||
|
||||
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||
# Local
|
||||
export PATH=$HOME/Library/Python/3.7/bin:$HOME/Library/Python/2.7/bin:$PATH
|
||||
export PATH=$HOME/Library/Python/3.9/bin:$HOME/Library/Python/2.7/bin:$PATH
|
||||
# Python path is causing other issues
|
||||
# export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
||||
# MacPorts and system
|
||||
|
@ -33,7 +33,7 @@ elif [[ "$DET_OS" == "mac" ]]; then
|
||||
|
||||
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||
# Local
|
||||
export PATH=$HOME/Library/Python/3.7/bin:$HOME/Library/Python/2.7/bin:$PATH
|
||||
export PATH=$HOME/Library/Python/3.9/bin:$HOME/Library/Python/2.7/bin:$PATH
|
||||
# Python path is causing other issues
|
||||
# export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
||||
# MacPorts and system
|
||||
|
@ -32,7 +32,7 @@ if [ $det_os = "mac" ]
|
||||
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||
# Local
|
||||
_maybe_set -p PATH "$HOME/Library/Python/2.7/bin"
|
||||
_maybe_set -p PATH "$HOME/Library/Python/3.7/bin"
|
||||
_maybe_set -p PATH "$HOME/Library/Python/3.9/bin"
|
||||
# set -gx PYTHONPATH $HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
||||
# Macports
|
||||
_maybe_set -a PATH /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin
|
||||
|
Loading…
Reference in New Issue
Block a user