What's up with the PATH variable, anyway?

It points to the working directoryIt contains the directories that the Terminal will look into when we try to run a programIt's an environment variableWe can access it with $path and $PATH

Nice! The PATH environment variable is a list of directories that programs can be run from without specifying the directory.

Close! The PATH environment variable is a list of directories that programs can be run from without specifying the directory.