Skip to content

Instantly share code, notes, and snippets.

@thomast1906
Created August 17, 2023 12:15
Show Gist options
  • Save thomast1906/7aca530a53f9ad2de171093057252ced to your computer and use it in GitHub Desktop.
Save thomast1906/7aca530a53f9ad2de171093057252ced to your computer and use it in GitHub Desktop.
Python3 that worked
brew install python
echo 'export PATH="$(brew --prefix)/opt/python@3/libexec/bin:$PATH"' >> ~/.zshrc
export PATH=/usr/local/bin:/usr/local/sbin:~/bin:$PATH
#thanks to https://stackoverflow.com/questions/5157678/how-do-i-use-brew-installed-python-as-the-default-python/70683186#70683186
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment