Questions
Tags
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".
This question is related to python macos terminal
python
macos
terminal
You need python installed on your system. Then you can run this in the terminal in the correct directory:
python gameover.py