Skip to content

Instantly share code, notes, and snippets.

@kezzico
Created October 20, 2023 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kezzico/871b7650cb8630663e603e01a3da5a90 to your computer and use it in GitHub Desktop.
Save kezzico/871b7650cb8630663e603e01a3da5a90 to your computer and use it in GitHub Desktop.
Python: How to start the application

HOW TO START THE PYTHON APPLICATION

First Python must be installed in your path.

To confirm, enter which python or which python3 into the shell.

To start the application

The application is called script.py. Enter either python or python3 followed by the filename of the main script.

python script.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment