CentOS7 modify the PATH environment variable method

vim /etc/profile

Add to:

PATH=/root/.config/composer/vendor/bin:$PATH

Save, quit, run:

source /etc/profile

an examination:

echo $PATH

 

Guess you like

Origin www.cnblogs.com/lalaza/p/11257231.html