Éric Araujo <mer...@netwok.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to