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 eryksun
Recipients eryksun, gaborjbernat, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-10-12.12:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602505602.91.0.0555725837148.issue42013@roundup.psfhosted.org>
In-reply-to
Content
I can't reproduce the issue with the normal 3.9.0 distribution from python.org. For example:

    >>> venv.EnvBuilder(with_pip=False, symlinks=True).create("venv")
    >>> subprocess.check_call(["venv\\Scripts\\python.exe", "-Ic", "import sys; print(sys.executable)"])
    C:\Temp\env\venv\Scripts\python.exe
    0

Which Python version(s) and distribution(s) did you test? Do you have the PYTHONHOME and/or PYTHONPATH environment variables set?
History
Date User Action Args
2020-10-12 12:26:42eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, gaborjbernat
2020-10-12 12:26:42eryksunsetmessageid: <1602505602.91.0.0555725837148.issue42013@roundup.psfhosted.org>
2020-10-12 12:26:42eryksunlinkissue42013 messages
2020-10-12 12:26:42eryksuncreate