Skip to content

Instantly share code, notes, and snippets.

@CristinaSolana
Created November 23, 2012 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CristinaSolana/4133824 to your computer and use it in GitHub Desktop.
Save CristinaSolana/4133824 to your computer and use it in GitHub Desktop.
Use non system version of Python on Mac
1. Install Python.
2. Change default version of Python:
Add to .bashprofile or whatever file PATH is defined (for me, in: .zshrc) in:
alias python="python3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment