mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-22 05:36:33 +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
|
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||||
# Local
|
# 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
|
# Python path is causing other issues
|
||||||
# export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
# export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
||||||
# MacPorts and system
|
# 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
|
# Fix Python path on OSX to avoid considering System extras over newer versions
|
||||||
# Local
|
# 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
|
# Python path is causing other issues
|
||||||
# export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
# export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
||||||
# MacPorts and system
|
# MacPorts and system
|
||||||
|
@ -32,7 +32,7 @@ if [ $det_os = "mac" ]
|
|||||||
# 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
|
||||||
# Local
|
# Local
|
||||||
_maybe_set -p PATH "$HOME/Library/Python/2.7/bin"
|
_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
|
# set -gx PYTHONPATH $HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
|
||||||
# Macports
|
# Macports
|
||||||
_maybe_set -a PATH /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin
|
_maybe_set -a PATH /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user