Os - (Search) Path Environment Variable
About
The PATH environment variable allows to not type the entire path of a executable
It contains a list of directory path where the operating system will search for executable files.
Os
Unix
For Linux: Path
Unix paths use a colon to split entries.
Windows
Windows paths use a semi-colon to split entries.
How to set a OS variable, see: Environment Variable

