Message153105
> I just did pip install distutils2 in a virtualenv. If that doesn't work then yes,
> I got the wrong one :-(
You need to get a development repo to make patches, not a released version, just like for CPython.
> Do I need to hg clone then do some magic pip incantation to get it installed?
Why would you want to install it? Clone it, hack on it in place, run tests in place. :)
FTR, “bin/pip install -e .” is the command to “install” a project in develop (or editable) mode with pip in a virtualenv. |
|
Date |
User |
Action |
Args |
2012-02-11 05:48:07 | eric.araujo | set | recipients:
+ eric.araujo, paul.moore, vinay.sajip, tarek, alexis |
2012-02-11 05:48:07 | eric.araujo | set | messageid: <1328939287.71.0.742015489171.issue13175@psf.upfronthosting.co.za> |
2012-02-11 05:48:07 | eric.araujo | link | issue13175 messages |
2012-02-11 05:48:06 | eric.araujo | create | |
|