Message338904
Creating a venv using "py -m venv" fails when the debug binaries are installed in the system-wide installation. Note the below uses the 32-bit installation, but that is probably not significant. C:\Daten\pyv>py -3.7-32 -m venv v37-32 Error: [Errno 2] No such file or directory: 'C:\\Program Files (x86)\\Python37-32\\lib\\venv\\scripts\\nt\\python_d.exe' The same command line works fine when using a Python installation that does not have the debug binaries installed. | |
| Date | User | Action | Args | | 2019-03-26 16:45:44 | chrullrich | set | recipients: + chrullrich, paul.moore, tim.golden, zach.ware, steve.dower | | 2019-03-26 16:45:44 | chrullrich | set | messageid: <1553618744.7.0.176169992924.issue36441@roundup.psfhosted.org> | | 2019-03-26 16:45:44 | chrullrich | link | issue36441 messages | | 2019-03-26 16:45:44 | chrullrich | create | | |