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 n_rosenstein
Recipients Ian Norton, n_rosenstein, vinay.sajip
Date 2021-06-21.19:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624305528.3.0.036617230948.issue43749@roundup.psfhosted.org>
In-reply-to
Content
To complete my previous comment, patching the function to see the command that is invoked, you can see it tries to invoke 'python3.exe' (seemingly derived from sys.executable) in the venv but the venv only contains 'python.exe'.

['C:\\Users\\niklas\\dotfiles\\.venv\\Scripts\\python3.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']
History
Date User Action Args
2021-06-21 19:58:48n_rosensteinsetrecipients: + n_rosenstein, vinay.sajip, Ian Norton
2021-06-21 19:58:48n_rosensteinsetmessageid: <1624305528.3.0.036617230948.issue43749@roundup.psfhosted.org>
2021-06-21 19:58:48n_rosensteinlinkissue43749 messages
2021-06-21 19:58:48n_rosensteincreate