Update mac user python path to 3.9

This commit is contained in:
ViViDboarder 2021-10-25 13:57:27 -07:00
parent b25b60e545
commit 781a24f328
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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