[Seek Help] uengine运行器升级时提示环境变量问题
Tofloor
poster avatar
rekees2020
deepin
2021-08-31 18:21
Author

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吗?不管它有没有影响?

Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-08-31 19:30
#1

 

默认情况下 PATH 里面有 /usr/local/bin,除非用了 sudo 会导致环境变量被清空......如果要在 sudo 使用完整的环境变量需要 sudo -E xxxxxxxx

Reply View the author
rekees2020
deepin
2021-08-31 20:47
#2

检查了,PATH里有这个路径,那是不是就不用管这条报错

Reply View the author