摘要: 一. 添加环境变量(Bash shell中用export,C shell中用setenv)1.直接在终端修改:export PATH=$PATH:software_installation_path/bin改修改只对本次进程有效2.修改用户级在home/用户/.profile中添加:export P... 阅读全文
posted @ 2014-12-07 16:25 bionmr 阅读(20282) 评论(0) 推荐(1) 编辑