码迷,mamicode.com
首页 > 系统相关 > 详细

Linux PATH 环境变量

时间:2014-10-25 14:29:06      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   sp   div   log   bs   linux   

显示路径

echo $PATH

 

修改:

在 ~/.profile  中添加

export PATH=$PATH:/path/to/dir

或者做链接:

cd /usr/bin
sudo ln -s /path/to/binary binary-name

或者在~/.bashrc 中添加

export PATH=/path/to/dir:$PATH

 

全局中修改

/etc/profile

/etc/bashrc

 

Linux PATH 环境变量

标签:style   blog   color   ar   sp   div   log   bs   linux   

原文地址:http://www.cnblogs.com/iowl/p/4050039.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!