PATH: the overlooked crucial variable
What is PATH There are many technical definitions that can be found, but in simple terms, PATH is a list of directories.The listed directories will contain the software that run on the computer, including the command-line programs. PATH is a variable, and thus this list is flexible and new directories can be added. When the …