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 chrullrich
Recipients chrullrich, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-26.16:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553618744.7.0.176169992924.issue36441@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-03-26 16:45:44chrullrichsetrecipients: + chrullrich, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-26 16:45:44chrullrichsetmessageid: <1553618744.7.0.176169992924.issue36441@roundup.psfhosted.org>
2019-03-26 16:45:44chrullrichlinkissue36441 messages
2019-03-26 16:45:44chrullrichcreate