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 veky
Recipients sab1703, veky
Date 2020-05-12.10:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589277626.65.0.161202743872.issue40605@roundup.psfhosted.org>
In-reply-to
Content
Of course the _env_ is in /usr/bin. It's _python_ that's not found.

What program are you trying to run? And does it maybe start with

     #!/usr/bin/env python

? If yes, you should change it to python3.
History
Date User Action Args
2020-05-12 10:00:26vekysetrecipients: + veky, sab1703
2020-05-12 10:00:26vekysetmessageid: <1589277626.65.0.161202743872.issue40605@roundup.psfhosted.org>
2020-05-12 10:00:26vekylinkissue40605 messages
2020-05-12 10:00:26vekycreate