Commit Graph

5 Commits (1dfb0928d53ca890c5ee4b4f540c9049fc8cd80c)

Author SHA1 Message Date
Max Howell 9126f68820 Fix Pip default locations for build, src and log 2010-02-20 13:58:13 +00:00
Max Howell bb3e166436 Install pip manually
This means any existing pydist configuration cannot break pip's installation.
2010-02-14 12:53:24 +00:00
Max Howell 28847c12d5 Closes Homebrew/homebrew#711
Warn user that pip breaks if the .pydistutils.cfg file exists (or at least if it has certain keys in it, but exists is easier to explain).
2010-02-13 11:41:21 +00:00
aku@hibana.net 421e367bcc Updated pip to 0.6.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-09 13:08:06 -08:00
Jannis Leidel c961a0ffdc Added pip and setuptools formula
As discussed on IRC this simplifies the Python
packaging strategy of Homebrew. It's a modified
version of the hints given on http://bit.ly/HomebrewPython
and renders them unnecessary.

setuptools and pip will be installed separately
from Python's site-packages (e.g.
"#{prefix}/lib/pip") but will install other
packages in the Python's site-packages directory
and *not* inside their own directories.

In case the Python brew is removed or unlinked
all packages installed with pip will be removed
or unlinked, too. When using the non-framework
install of Python (e.g. not the OS X' default)
these restrictions also apply in case of the
installation of a new version of Python.
2009-12-02 12:53:00 +00:00