To set the PATH environment variable, add an export line to your .bashrc file and source it. $ echo "export PATH="<path>:$PATH"" ...
確定! 回上一頁