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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Vantage Modules for Jupyter
Release Number
3.5
Published
September 2024
Language
English (United States)
Last Update
2024-09-13
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
dita:id
nuw1535116212598
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