Message357394
3.6 works correctly on Windows:
> py -3.6 -m venv test36
> test36\Scripts\activate.bat
>>> import subprocess
>>> print(subprocess.check_output(['python', '-c', 'import sys; print(sys.executable)']))
b'C:\\Users\\uranusjr\\Downloads\\test36\\Scripts\\python.exe\r\n'
So it seems the problem is introduced sometime after. |
|
Date |
User |
Action |
Args |
2019-11-24 09:33:18 | uranusjr | set | recipients:
+ uranusjr, paul.moore, tim.golden, zach.ware, steve.dower |
2019-11-24 09:33:18 | uranusjr | set | messageid: <1574587998.68.0.116854849557.issue38905@roundup.psfhosted.org> |
2019-11-24 09:33:18 | uranusjr | link | issue38905 messages |
2019-11-24 09:33:18 | uranusjr | create | |
|