忘记、过去
deepin
2021-08-31 19:30 
默认情况下 PATH 里面有 /usr/local/bin,除非用了 sudo 会导致环境变量被清空......如果要在 sudo 使用完整的环境变量需要 sudo -E xxxxxxxx
Reply Like 0 View the author

默认情况下 PATH 里面有 /usr/local/bin,除非用了 sudo 会导致环境变量被清空......如果要在 sudo 使用完整的环境变量需要 sudo -E xxxxxxxx
检查了,PATH里有这个路径,那是不是就不用管这条报错
Popular Ranking
ChangePopular Events
More
Installing collected packages: charset-normalizer, requests
The script normalizer is installed in '/usr/local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
需要设置环境变量PATH到usr/local/bin吗?不管它有没有影响?