setup/profiles_for_macos/.zprofile

7 lines
311 B
Text
Raw Normal View History

2025-10-22 03:57:59 +00:00
## Default Python
# Comment out all but the one version of Python you want to use:
# PATH="/Library/Frameworks/Python.framework/Versions/3.12/bin:${PATH}"
PATH="/Library/Frameworks/Python.framework/Versions/3.13/bin:${PATH}"
# PATH="/Library/Frameworks/Python.framework/Versions/3.14/bin:${PATH}"
export PATH