安装python没自定义路径
pip install pyinstaller开始给我报错
Can't locate strict.pm in @INC (@INC contain in perl。。。
还以为是perl的问题 把perl卸载了 (尴尬)
之后再计算机里找到pip.exe的具体位置
我的在C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32\Scripts里(晕)
然后在 cmd里 cd 路径
然后pip.exe install pyinstaller

之后 cd 打包py的路径,pyinstaller [-i curve.ico] -F <**.py>即可打包

pip命令提示unknown or unsupported command 'install'——python3.7安装PyInstaller经验
最新推荐文章于 2025-08-31 19:58:55 发布
本文分享了作者在未自定义Python安装路径的情况下遇到的PyInstaller安装及使用问题,详细介绍了如何定位pip.exe,调整环境变量,并成功在CMD中使用PyInstaller打包.py文件的全过程。
2647

被折叠的 条评论
为什么被折叠?



