For macOS Installations
- Add the following line to the ~/.bashrc or ~/.bash_profile file if you are using bash (or an equivalent for other shells):
export PATH=<required directory>:$PATH
- Confirm that the directory is added:
echo $PATH
For Windows Installations
- From the Control Panel, click Depending on how you install and launch JupyterLab, it may be necessary to set your System PATH environment variable, not the User environment variable.
and add the required directory to the PATH variable.
- From a new command window, confirm the directory is added:
echo %PATH%
For Linux Installations
- Add the following line to the ~/.bashrc or ~/.bash_profile file if you are using bash (or an equivalent for other shells):
export PATH=<required directory>:$PATH
- Confirm that the directory is added:
echo $PATH