Goheakan <gohea...@protonmail.com> added the comment:

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 (^̮^)

----------
nosy: +Goheakan

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40605>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to