I'm new to Linux, Python and the Anjuta IDE.
I have created a new file called hello.py. This is the contents of that file:
#!/usr/bin/env python
print "Hello World!"
All I want to do is run this in the terminal. I go to Run > Execute but I get the following error message:
Program 'home/joe/Programming/Python//hello.py' does not have execution permission
How do I get this really simple program to run?
Thanks,