Skip to content

Instantly share code, notes, and snippets.

@vshank77
vshank77 / pyinstall.sh
Created September 22, 2019 20:33
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