Linux zum Pfad hinzufügen
export PATH=$PATH:/place/with/the/file
Amused Albatross
export PATH=$PATH:/place/with/the/file
export AMBERHOME=/programs/amber18 # set of folders
export PATH=$AMBERHOME:$PATH #define the path
#better to add these in bashrc file