mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-12 23:46:31 +00:00
Add more versions of user python installs
This commit is contained in:
parent
15245aa498
commit
2c7dc587b3
@ -38,7 +38,9 @@ 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.8/bin"
|
||||
_maybe_set -p PATH "$HOME/Library/Python/3.9/bin"
|
||||
_maybe_set -p PATH "$HOME/Library/Python/3.10/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