在 .bashrc 文件的末尾,我添加了这些行来设置foo
主目录中文件夹的路径:
PATH = $PATH:/home/username/foo
export PATH;
然后我输入 bash:
source .bashrc
这些产生了错误:
bash: PATH: command not found
我正在使用 Debian Squeeze。在类似的问题中,建议修改 /etc/login.defs。我不想这样做,因为它写在 login.defs 中:
add the rest [of your paths] in the shell startup files
如何foo
在 .bashrc 中将文件夹添加到 PATH?