Hello everybody.
I need a quick help.
I have a problem with running my python file code.
I use Linux. I had a file with the name "app3.py" file on the Desktop; then i removed ".py" from the end of the name of the file; so now i have "app3" file. The first line of the file is this:
#!/usr/bin/env python3
I have checked the "Execute: Allow executing file as program" checkbox too.
I have typed this command on Linux terminal:
sudo chmod +x app3
Now when i type "./app3" on the terminal; it should works but it doesn't. I don't know why.
What should i do? I need a quick help.
Thank you