Created
September 22, 2019 20:33
-
-
Save vshank77/459fa63eb3be7eef25243a45a8d2972d to your computer and use it in GitHub Desktop.
Parallel Python Install
This file contains 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
#/bin/bash | |
brew unlink python | |
brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb | |
brew switch python 3.6.5_1 | |
brew switch python 3.7.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment