I want to run a Python script in Terminal, but I don\'t know how? I already have a saved file called gameover.py in the directory \"/User/luca/Documents/python\".
If you are working with Ubuntu, sometimes you need to run as sudo:
sudo
For Python2:
sudo python gameover.py
For Python3:
sudo python3 gameover.py