Skip to content

Instantly share code, notes, and snippets.

@hacktivist123
Created March 22, 2021 21:15
Show Gist options
  • Save hacktivist123/897739924ab45ba0231f9ab75a61559c to your computer and use it in GitHub Desktop.
Save hacktivist123/897739924ab45ba0231f9ab75a61559c to your computer and use it in GitHub Desktop.
my zsh profile
# 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