i want to add the following directory to my path on the server, and i want it to stay permanently and be allowed to be run from anyplace this is the directory path:
/usr/local/texlive/2017/bin/x86_64-linux
i tired the following but if i exit the server and login again it is not there and if a website tried to call a function from the directory it can not see it
PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH
what is the proper way to add this directory to my default $PATH and make this change permanent