how to export a PATH code example
Example: how to export a PATH
export AMBERHOME=/programs/amber18 # set of folders
export PATH=$AMBERHOME:$PATH #define the path
#better to add these in bashrc file
export AMBERHOME=/programs/amber18 # set of folders
export PATH=$AMBERHOME:$PATH #define the path
#better to add these in bashrc file