Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-chapman/homebrew-python2
Homebrew tap for the deprecated python@2 formula
https://github.com/matt-chapman/homebrew-python2
brew formula homebrew homebrew-tap macos python python-2 python2
Last synced: about 2 months ago
JSON representation
Homebrew tap for the deprecated python@2 formula
- Host: GitHub
- URL: https://github.com/matt-chapman/homebrew-python2
- Owner: matt-chapman
- Archived: true
- Created: 2020-02-12T15:21:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T09:54:44.000Z (almost 4 years ago)
- Last Synced: 2024-09-24T19:21:59.233Z (about 2 months ago)
- Topics: brew, formula, homebrew, homebrew-tap, macos, python, python-2, python2
- Language: Ruby
- Homepage:
- Size: 41 KB
- Stars: 36
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python@2 Homebrew Tap
*This repo is archived and unmaintained. Use at your own risk.*
## Why does this exist?
The `python@2` was removed from `homebrew-core` in [#49796](https://github.com/Homebrew/homebrew-core/pull/49796), as Python 2.7.x is now [EOL](https://www.python.org/dev/peps/pep-0373/#id4) and should no longer be in general usage.
In order to maintain some legacy applications for my work, I have extracted the last iteration of the `python@2` formula to this repository. It has since been updated with [Python 2.7.18](https://www.python.org/downloads/release/python-2718/), the last release (ever!) for Python 2.7.
You should _not_ be using this for any new projects. This is a deprecated formula, and exists here only to facilitate running and supporting software that depends on it.
## How do I use it?
### Installation
Add the tap to homebrew:
`brew tap matt-chapman/python2`
Install as usual:
`brew install python@2`
Because the binary bottles are no longer hosted by Homebrew, the formula will build from source.
### Uninstallation
To uninstall:
`brew uninstall python@2`
To remove this tap:
`brew untap matt-chapman/python2`