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 uranusjr
Recipients paul.moore, steve.dower, tim.golden, uranusjr, zach.ware
Date 2019-11-24.08:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574584579.47.0.715666193368.issue38905@roundup.psfhosted.org>
In-reply-to
Content
Linux works correctly (Ubuntu with self-compiled Python 3.7.5)

$ python3.7 -m venv fooenv
$ . fooenv/bin/activate
(fooenv) $ python -c "import sys; print(sys.executable)"
/home/uranusjr/fooenv/bin/python
(fooenv) $ python -q
>>> import subprocess
>>> subprocess.check_output(['python', '-c', 'import sys; print(sys.executable)'])
b'/home/uranusjr/fooenv/bin/python\n'
History
Date User Action Args
2019-11-24 08:36:19uranusjrsetrecipients: + uranusjr, paul.moore, tim.golden, zach.ware, steve.dower
2019-11-24 08:36:19uranusjrsetmessageid: <1574584579.47.0.715666193368.issue38905@roundup.psfhosted.org>
2019-11-24 08:36:19uranusjrlinkissue38905 messages
2019-11-24 08:36:19uranusjrcreate