linux 添加 $path

# vim /etc/profile
在文档最后,添加:
export PATH="/usr/local/src/bin:$PATH"
保存,退出,然后运行:
#source /etc/profile
不报错则成功。

posted @ 2014-12-07 09:57  timelesszhuang  阅读(340)  评论(0)    收藏  举报