标签: linux bash ubuntu path environment-variables
我从.profile和.bashrc中删除了之前在$ PATH变量中添加的路径,但它仍然存在于后者中。我真的不明白为什么。有什么帮助吗?
由于
答案 0 :(得分:0)
这可以使用source命令完成。
source
source ~/.profile source ~/.bashrc
现在检查$ PATH。
echo $PATH
将不会显示已删除的路径。