This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gracinet
Recipients gilgamezh, gracinet
Date 2015-09-02.21:16:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441228588.63.0.833291288082.issue24875@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I have the same symptoms and noticed by accident that you can somewhat workaround it by running pyvenv twice:

  pyvenv /path/to/env && pyvenv --system-site-packages /path/to/env

The first provides pip, the second does not destroy it.
At least this works on my Debian 8 installation
History
Date User Action Args
2015-09-02 21:16:28gracinetsetrecipients: + gracinet, gilgamezh
2015-09-02 21:16:28gracinetsetmessageid: <1441228588.63.0.833291288082.issue24875@psf.upfronthosting.co.za>
2015-09-02 21:16:28gracinetlinkissue24875 messages
2015-09-02 21:16:28gracinetcreate