Tag: PATH
All the articles with the tag "PATH".
-
Linux有问必答:如何为sudo命令定义PATH环境变量
遇到sudo执行/usr/local/bin程序时提示“command not found”,需确保bin目录在PATH环境变量中。检查或编辑您的.bashrc或.bash_profile文件,添加`export PATH=$PATH:/usr/local/bin`以永久解决此问题。
All the articles with the tag "PATH".
遇到sudo执行/usr/local/bin程序时提示“command not found”,需确保bin目录在PATH环境变量中。检查或编辑您的.bashrc或.bash_profile文件,添加`export PATH=$PATH:/usr/local/bin`以永久解决此问题。