Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmacOS installation troubles: python@2 is now gone from Homebrew #25951
Comments
|
I used this to reinstall |
|
By "this" I meant https://gist.github.com/haircut/14705555d58432a5f01f9188006a04ed. It helps if I actually paste the link. |
|
For posterity's sake: Homebrew/homebrew-core#49796 |
|
We might be able to get by with https://github.com/drolando/homebrew-deadsnakes if we don't want to go all-in on python 3 yet. |
|
For future reference: servo needs pip and virtualenv in version 2.7 of python To overcome this run use easy install to get pip in version 2.7 of python |
The python@2 formula has been removed from Homebrew, and system's Python 2 doesn't come with pip, so
pip install virtualenvfails.