Update PATH with Required Directories| Teradata Vantage Modules for Jupyter - Updating PATH to Include Required Directories - Teradata Vantage Modules for Jupyter

Teradata Vantageā„¢ Modules for Jupyter Installation Guide

Product
Teradata Vantage Modules for Jupyter
Release Number
3.4
Published
October 2022
Language
English (United States)
Last Update
2022-10-27
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
dita:id
B700-4010
Product Category
Teradata Vantage

For macOS Installations

  1. 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

  2. Confirm that the directory is added:

    echo $PATH

For Windows Installations

  1. From the Control Panel, click System > Advanced system settings > Environment Variables and add the required directory to the PATH variable.
    Depending on how you install and launch JupyterLab, it may be necessary to set your System PATH environment variable, not the User environment variable.
  2. From a new command window, confirm the directory is added:

    echo %PATH%

For Linux Installations

  1. 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

  2. Confirm that the directory is added:

    echo $PATH