useing shebang line in ubuntu | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

useing shebang line in ubuntu

When I use this code the program don't use the python3.5 : #!/usr/bin/python3.5 How can I use the python3.5 thanks

11th May 2017, 5:22 PM
mohsen
1 Antwort
+ 4
try #!/usr/bin/env python3
11th May 2017, 6:17 PM
Mario L.
Mario L. - avatar