Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greatfruitomsk/homebrew-python

Previous versions of python for Homebrew
https://github.com/greatfruitomsk/homebrew-python

homebrew homebrew-formula homebrew-python homebrew-tap macos python

Last synced: 28 days ago
JSON representation

Previous versions of python for Homebrew

Awesome Lists containing this project

README

        

# homebrew-python
Install any version of Python under Homebrew.

1. Tap the repo via `brew tap GreatFruitOmsk/python`
2. Install python you need, e.g. `brew install [email protected]`

Since you cannot have multiple major versions installed simultaneously (e.g. 3.5 and 3.6) `brew` will fail to link them.
But that's fine as you can either create virtualenv or modify `PATH` whenever needed.