Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Homebrew tap with old and new Python versions for macOS

License

Notifications You must be signed in to change notification settings

lithammer/homebrew-deadsnakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATION NOTICE: Use something like rtx, asdf or rye to manage your installed Python version(s) instead.

homebrew-deadsnakes

This Homebrew tap provides formulas for Python versions that have been deprecated and removed from the main Homebrew repository.

It also contains alpha/beta release of the next major Python version.

Usage

To install Python 3.5:

brew tap lithammer/deadsnakes
brew install [email protected]

To avoid conflicts, only the versioned Python binary in the format pythonX.Y is symlinked to ${HOMEBREW_PREFIX:-/usr/local}/bin.

Supported Python versions

  • 2.7 (2.7.18)
  • 3.5 (3.5.10)
  • 3.6 (3.6.15)
  • 3.12 (3.12.0a6)

License

MIT