dotfiles/zsh/.zprofile
Julius Klotz e1f49b8878 initial commit
2025-02-21 11:32:33 +01:00

6 lines
164 B
Bash

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