Consider adding this directory to PATH or if you prefer to suppress this warning use --no-warn-script-location WARNING The script google-oauthlib-toolexe is installed in CUsers86139AppDataRoamingPyth
这个警告是因为你安装的Python脚本google-oauthlib-tool.exe没有添加到系统环境变量PATH中,导致在命令行中无法直接使用该脚本。
要解决这个问题,你可以将脚本所在的目录'C:\Users\86139\AppData\Roaming\Python\Python39\Scripts'添加到系统环境变量PATH中,这样系统就能够找到该脚本并直接使用了。
另外,如果你不想看到这个警告,可以在执行命令时添加参数--no-warn-script-location,这样就不会再提示这个警告了。
原文地址: https://www.cveoy.top/t/topic/hrGG 著作权归作者所有。请勿转载和采集!