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 vinay.sajip
Recipients eric.araujo, lys.nikolaou, vinay.sajip
Date 2020-02-14.22:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581718497.68.0.314776079892.issue39633@roundup.psfhosted.org>
In-reply-to
Content
When a venv is activated, only one Python interpreter is active - whichever one the venv was created with. Why would you want to invoke it with `pythonX.Y` when `python` would do? I don't think that this is something people generally do - this has never come up before AFAIK. What if you invoked it with the wrong values of X.Y?
History
Date User Action Args
2020-02-14 22:14:57vinay.sajipsetrecipients: + vinay.sajip, eric.araujo, lys.nikolaou
2020-02-14 22:14:57vinay.sajipsetmessageid: <1581718497.68.0.314776079892.issue39633@roundup.psfhosted.org>
2020-02-14 22:14:57vinay.sajiplinkissue39633 messages
2020-02-14 22:14:57vinay.sajipcreate