Message357393
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' |
|
Date |
User |
Action |
Args |
2019-11-24 08:36:19 | uranusjr | set | recipients:
+ uranusjr, paul.moore, tim.golden, zach.ware, steve.dower |
2019-11-24 08:36:19 | uranusjr | set | messageid: <1574584579.47.0.715666193368.issue38905@roundup.psfhosted.org> |
2019-11-24 08:36:19 | uranusjr | link | issue38905 messages |
2019-11-24 08:36:19 | uranusjr | create | |
|