setup/profiles_for_macos/.zprofile
2025-10-21 23:57:59 -04:00

6 lines
311 B
Bash

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