Answer the question
In order to leave comments, you need to log in
How to run ubuntu python3.4 executable?
Good afternoon!
I am using ubuntu 14.10 + python 3.4.
The file does not want to run at all:
#! /usr/bin/ python3.4
print('Hi')
Answer the question
In order to leave comments, you need to log in
#!/usr/bin/env python3.4
Then you do it yourself
chmod u+x script.py
./script.py
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question