FG
💻 Software

The suggested way to handle pip(easy_install) with homebrew?

Fresh7 days ago
Mar 15, 20263355 views
Confidence Score0%
0%

Problem

I know there are brew-gem and brew-pip but it is still really easy to get confused. Let's say my Mac OS X is 10.7.2. There are at least, as far as I know, 3 locations for Python modules (assume 2.7): /System/Library/Frameworks/Python.framework/Versions/2.7/ /Library/Python/2.7/site-packages /usr/lo…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: The suggested way to handle pip(easy_install) with homebrew?

Low Risk

Maybe it is time to consider using virtualenv. Virtualenv creates self-contained python environments using the python version you specify. After activating the new virtual environment, everything you install using pip goes under that environment. Th…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment