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 Antony.Lee
Recipients Antony.Lee
Date 2017-06-30.17:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498842633.12.0.164402330258.issue30811@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, that was a sloppy report.  This is a better repro:

$ export PIP_CONFIG_FILE=/dev/null  # just to be sure
python -mvirtualenv outer-env  # using /usr/bin/python(3)
source outer-env/bin/activate
python -mvenv inner-env  # using outer-env's python
source inner-env/bin/activate
python -minspect -d pip

Using base prefix '/usr'
New python executable in /tmp/outer-env/bin/python
Installing setuptools, pip, wheel...done.
Target: pip
Origin: /tmp/outer-env/lib/python3.6/site-packages/pip/__init__.py
Cached: /tmp/outer-env/lib/python3.6/site-packages/pip/__pycache__/__init__.cpython-36.pyc
Loader: <_frozen_importlib_external.SourceFileLoader object at 0x7f92e00e03c8>
Submodule search path: ['/tmp/outer-env/lib/python3.6/site-packages/pip']
History
Date User Action Args
2017-06-30 17:10:33Antony.Leesetrecipients: + Antony.Lee
2017-06-30 17:10:33Antony.Leesetmessageid: <1498842633.12.0.164402330258.issue30811@psf.upfronthosting.co.za>
2017-06-30 17:10:33Antony.Leelinkissue30811 messages
2017-06-30 17:10:33Antony.Leecreate