Created
March 22, 2021 21:15
-
-
Save hacktivist123/897739924ab45ba0231f9ab75a61559c to your computer and use it in GitHub Desktop.
my zsh profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
export PATH="$HOME/.cargo/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment