vi ~/.bash_profile
source ~/.bash_profile
bash: /root/download//usr/local/arm/3.4.1/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/root/bin:/root/bin: 没有那个文件或目录
修改arm-linux-gcc的路径,但是却出现这样的提示,路径肯定没问题,却不知道什么原因,请各位大虾帮个忙


deepwhite 于 2007-08-25 08:50:23发表:
你是不是用root更改的bash_profile?如果是的话,你用vi ~/.bash_profile这个命令修改的是 /root/.bash_profile,而不是普通用户的。
或者你输入 echo $PATH,看看那个路径是否已经添加进去了?