Created
November 23, 2012 02:58
-
-
Save CristinaSolana/4133824 to your computer and use it in GitHub Desktop.
Use non system version of Python on Mac
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
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