6 lines
164 B
Bash
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
|