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
1 Answer
+ 4
try #!/usr/bin/env python3
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