miftoe 于 2011-01-07 09:00:56发表:
Ubuntu系统中设置环境变量的方法 1、临时的设置方法:export PATH= 2、当前用户全局的设置,在~/.bashrc中增加行:export PATH=然后注销。 3、所有用户全局的设置,在vi /etc/profile里加入export PATH=然后注销。
miftoe 于 2011-01-07 09:00:56发表:
Ubuntu系统中设置环境变量的方法
1、临时的设置方法:export PATH=
2、当前用户全局的设置,在~/.bashrc中增加行:export PATH=然后注销。
3、所有用户全局的设置,在vi /etc/profile里加入export PATH=然后注销。