aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
blob: 95d30b47b62bb3493515d6b8f42b259967595109 (plain)
1
2
3
4
5
6
eval "$(/opt/homebrew/bin/brew shellenv)"

# Setting PATH for Python 3.9
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.9/bin:${PATH}"
export PATH