Skip to content

Instantly share code, notes, and snippets.

@vshank77
Created September 22, 2019 20:33
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 vshank77/459fa63eb3be7eef25243a45a8d2972d to your computer and use it in GitHub Desktop.
Save vshank77/459fa63eb3be7eef25243a45a8d2972d to your computer and use it in GitHub Desktop.
Parallel Python Install
#/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