PATH (in computing) is an environment variable that tells the operating system where to look for executable files when a command is entered in the terminal or command prompt.
For example, if python
is in your PATH, you can run Python from anywhere without typing its full installation directory.