【发布时间】:2020-09-12 03:44:48
【问题描述】:
我使用 pip3 下载了 pyinstaller,但在下载结束时我收到了这条消息:
WARNING: The scripts pyi-archive_viewer.exe, pyi-bindepend.exe, pyi-grab_version.exe, pyi-makespec.exe, pyi-set_version.exe and pyinstaller.exe are installed in 'C:\Users\panyc\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
然后我将路径添加到我的环境变量,但没有任何改变,我仍然收到此消息。 我该如何解决这个问题?
【问题讨论】:
标签: python windows pip environment-variables pyinstaller