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-15.21:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581802373.51.0.624190418185.issue39633@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-02-15 21:32:53vinay.sajipsetrecipients: + vinay.sajip, eric.araujo, lys.nikolaou
2020-02-15 21:32:53vinay.sajipsetmessageid: <1581802373.51.0.624190418185.issue39633@roundup.psfhosted.org>
2020-02-15 21:32:53vinay.sajiplinkissue39633 messages
2020-02-15 21:32:53vinay.sajipcreate