Refresh Terminal Environment

Windows

To refresh environment variables (like the $PATH variable) in the current Windows shell type the following command:

refreshenv

Linux

The Linux equivalant for refreshenv is the following:

source ~/.bashrc