[issue39633] venv does not include python<major>.<minor> symlink by default

Vinay Sajip report at bugs.python.org
Sat Feb 15 16:32:53 EST 2020


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

In general, people should be working in venvs. That means that libraries should assume they are being installed into venvs. Therefore makefiles should be invoking plain "python" rather than "pythonX.Y", as they can never be sure which exact interpreter they're running under (you might have a newer one than the one in the Makefile - that shouldn't fail). Why not raise this as an issue with these projects?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39633>
_______________________________________


More information about the Python-bugs-list mailing list