PATH variable setting - Fluid Topics - 3.8

Install Fluid Topics on Multiple Servers

Operating system
Debian
Category
Technical Notes
Audience
public
Version
3.8

The PATH variable may be modified for the antidot user in order to provide easier access to various sets of necessary commands. This variable must be added into the .bashrc file.

To set the PATH variable, perform the following steps:

  1. Edit the following file:

    As antidot user

    ~/.bashrc

  2. Add the following line at the end of the file:

    export PATH=$PATH:/usr/local/afs7/Fluid-Topics/python/bin:/usr/local/afs7/bin

  3. Run the following command to confirm the modification:

    As antidot user

    source ~/.bashrc