Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Homebrew tap for Python versions.

NotificationsYou must be signed in to change notification settings

sashkab/homebrew-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

About this project

ThisHomebrew tap provides formulae to install multiple Python versions.

Python VersionLatest revision
Python 3.73.7.13
Python 3.83.8.13

Installing formulae

ReplaceX in examples below with minor version of Python --7 for Python 3.7, or8 for Python 3.8.

Python 3.X will be installed into/usr/local/opt/python@3.X, as a keg, i.e without linking into/usr/local/bin in order to avoid conflicts with the python formulae.

brew install sashkab/python/python@3.X

You can use it to create a virtual environment by passing full path to the Python executable:

/usr/local/opt/python@3.X/bin/python3.X -mvenv<path to venv>

In order to update to latest version ofpip,setuptools andwheel, use following command:

/usr/local/opt/python@3.X/bin/python3.X -mpip install -U pip setuptools wheel

Deprecations

Python 2.7

Python 2.7 has been removed from this repository in early January 2020 after it reached end-of-life. See #46 for details.

Python 3.6

Python 3.6 has been removed from this repository in March 2022 after it reached end-of-life.

Acknowledgement

This repository started as a fork of thezoidbergwill/homebrew-python.

Packages

No packages published

Contributors5

Languages


[8]ページ先頭

©2009-2025 Movatter.jp