Closed RaaKuus closed 9 years ago
How can i change the PATH variable and save? I've used export $PATH=MyPATH, and worked while atom was open, but when i close atom, the PATH resets... Sorry for that english...
echo "export PATH='$PATH:mypath'" >> ~/.profile
How can i change the PATH variable and save? I've used export $PATH=MyPATH, and worked while atom was open, but when i close atom, the PATH resets... Sorry for that english...