Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/greatfruitomsk/homebrew-python
- Owner: GreatFruitOmsk
- License: other
- Created: 2017-02-25T00:30:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T01:04:44.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T02:39:50.962Z (3 months ago)
- Topics: homebrew, homebrew-formula, homebrew-python, homebrew-tap, macos, python
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.