We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.\runtime\python.exe get-pip.py --no-warn-script-location 执行成功 但是 pip.exe找不到
The text was updated successfully, but these errors were encountered:
scripts下没有吗
Sorry, something went wrong.
你使用runtime下的python解释器运行get-pip,运行成功后,会在runtime/lib/sitepackage文件夹下面存放pip库,同时你需要修改runtime文件夹下的python._pth文件,取消import site前面的注释,即可成功导入runtime/lib/sitepackage文件夹,就能正常使用pip工具了
我刚刚做了一下,增加pip包,步骤记录在这里,供参考 https://gitee.com/tdRPA/pystand-py38-x64__tkinter
No branches or pull requests
.\runtime\python.exe get-pip.py --no-warn-script-location
执行成功 但是 pip.exe找不到
The text was updated successfully, but these errors were encountered: