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 Goheakan
Recipients Goheakan, sab1703, terry.reedy, veky
Date 2020-06-23.12:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592915431.39.0.639515098977.issue40605@roundup.psfhosted.org>
In-reply-to
Content
Bonjour Isa, Hello Terry !

"/usr/bin/env: «python»: Aucun fichier ou dossier de ce type"
or
"/usr/bin/env: «python»: No such file or directory"


I was in the same trouble of you today and I solved it.
So it's not a bug, some Unix Systems Operating (like Ubuntu and derivetives) need a little help to start the compilation in Python. A sort of link between Python and Python3.


You can do it by installing this package => python-is-python3 by the simple command :
sudo apt install python-is-python3


Now run your program as usual with :
./[your_program]

Isa (sab1703) : Si tu as besoin d'aide en français n'hésite pas ◕‿↼

Hope it's gonna help (^̮^)
History
Date User Action Args
2020-06-23 12:30:31Goheakansetrecipients: + Goheakan, terry.reedy, veky, sab1703
2020-06-23 12:30:31Goheakansetmessageid: <1592915431.39.0.639515098977.issue40605@roundup.psfhosted.org>
2020-06-23 12:30:31Goheakanlinkissue40605 messages
2020-06-23 12:30:31Goheakancreate