All Projects → sashkab → Homebrew Python

sashkab / Homebrew Python

Homebrew tap for Python versions.

Programming Languages

python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
python3
1442 projects
python2
120 projects
python27
39 projects
python36
32 projects

Projects that are alternatives of or similar to Homebrew Python

42homebrew
Install Homebrew on 42 sessions
Stars: ✭ 108 (-26.53%)
Mutual labels:  homebrew
Twili
Homebrew debug monitor for the Nintendo Switch.
Stars: ✭ 131 (-10.88%)
Mutual labels:  homebrew
Homebrew
Development repository for the homebrew cookbook
Stars: ✭ 137 (-6.8%)
Mutual labels:  homebrew
Bootslap
☕️ bootstraps macOS to be usable
Stars: ✭ 110 (-25.17%)
Mutual labels:  homebrew
Homebrew Services
🚀 Manage background services with macOS' launchctl daemon manager
Stars: ✭ 1,656 (+1026.53%)
Mutual labels:  homebrew
Aliddns
aliyun ddns for golang【阿里云DDNS服务,用来将自己的动态IP同步到自己的域名解析服务器,安装方便,配置简单,默认支持Linux和MacOS以后台服务方式持续运行】
Stars: ✭ 136 (-7.48%)
Mutual labels:  homebrew
Scalaenv
Groom your app's Scala environment with scalaenv like rbenv :). Support offered for all official versions, including dotty and scala3!
Stars: ✭ 107 (-27.21%)
Mutual labels:  homebrew
Citro3d
Homebrew PICA200 GPU wrapper library for Nintendo 3DS
Stars: ✭ 143 (-2.72%)
Mutual labels:  homebrew
Formation
💻 macOS setup script for front-end development
Stars: ✭ 1,706 (+1060.54%)
Mutual labels:  homebrew
Strap
👢 Bootstrap your macOS development system.
Stars: ✭ 1,813 (+1133.33%)
Mutual labels:  homebrew
Novathesquirrel
an open source NES platformer game
Stars: ✭ 115 (-21.77%)
Mutual labels:  homebrew
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (-19.05%)
Mutual labels:  homebrew
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-8.16%)
Mutual labels:  homebrew
Vba Next Switch
Libretro VBA-Next port for Switch. **Don't use this, see readme!**
Stars: ✭ 110 (-25.17%)
Mutual labels:  homebrew
Pacaptr
Pacman-like syntax wrapper for many package managers.
Stars: ✭ 138 (-6.12%)
Mutual labels:  homebrew
Appicon
AppIcon generates *.appiconset contains each resolution image for iOS
Stars: ✭ 1,454 (+889.12%)
Mutual labels:  homebrew
Homebrew Openjdk
AdoptOpenJDK HomeBrew Tap
Stars: ✭ 1,798 (+1123.13%)
Mutual labels:  homebrew
Homebrew Install
homebrew安装使用中科大镜像
Stars: ✭ 143 (-2.72%)
Mutual labels:  homebrew
Opensurge
A fun 2D retro platformer inspired by Sonic games and a game creation system.
Stars: ✭ 143 (-2.72%)
Mutual labels:  homebrew
Brew.js
[WIP] C++ high-level JavaScript API for Nintendo 3DS/Switch
Stars: ✭ 136 (-7.48%)
Mutual labels:  homebrew

homebrew-python

About this project

This Homebrew tap provides formulae to install multiple Python versions.

Python Version Latest revision
Python 3.6 3.6.13
Python 3.7 3.7.10
Python 3.8 3.8.8

Installing formulae

Replace X in examples below with minor version of Python -- 5 for Python 3.5, 6 for Python 3.6, 7 for Python 3.7, or 8 for Python 3.8.

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

brew install sashkab/python/[email protected]

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

/usr/local/opt/[email protected]/bin/python3.X -mvenv <path to venv>

In order to update to latest version of pip, setuptools and wheel, use following command:

/usr/local/opt/[email protected]/bin/python3.X -mpip install -U pip setuptools wheel

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.

Acknowledgement

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].