How to export $PATH variable in Ubuntu
November 3, 2010 Leave a Comment
How to export $PATH variable in Ubuntu
sudo vim /etc/profile.d/scrip_name.sh
export PATH=your_path:$PATH
sudo chmod a+x script_name.sh
There is a difference between knowing the path and walking the path
November 3, 2010 Leave a Comment
How to export $PATH variable in Ubuntu
sudo vim /etc/profile.d/scrip_name.sh
export PATH=your_path:$PATH
sudo chmod a+x script_name.sh