简体   繁体   English

成功安装软件包后,是否应该删除.whl安装程序?

[英]Should I delete .whl installers after packages have successfully been installed?

I have recently installed PyQt4 . 我最近安装了PyQt4 The installation was successful. 安装成功。 Is it good practice to now delete the PyQt4-4.11.4-cp37-cp37m-win_amd64.whl file? 现在删除PyQt4-4.11.4-cp37-cp37m-win_amd64.whl文件是一种好习惯吗? Will this prevent me from using pip uninstall PyQt4 in the future? 这会阻止我将来使用pip uninstall PyQt4吗?

You could delete the wheel package. 您可以删除轮包。 It won't prevent you from uninstalling the package. 它不会阻止您卸载软件包。

If, however, you need to reinstall the same package again, you will have to acquire the wheel package again, obviously. 但是,如果您需要再次重新安装同一套件,则显然必须再次获得wheel套件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 更改代码后如何构建 WHL 包? - How do I build WHL packages after changing the code? 为什么python 3.6.1在成功安装后无法识别numpy或pil或skimage - why doesn't python 3.6.1 recognize numpy or pil or skimage after they have been successfully installed PipEnv:如何处理本地安装的 .whl 包 - PipEnv: How to handle locally installed .whl packages 我不知道MacOS上这些第三方Python软件包的安装位置? - I don't know where those third-party Python packages have been installed on MacOS? 我是否成功安装了 TensorFlow 和 Keras? - Have I successfully installed TensorFlow and Keras? 我们如何 conda 安装包已成功下载,忽略下载失败的包? - How can we conda install packages have been downloaded successfully, ignoring download failed packages? 即使“成功安装”消息后,Python包仍标记为未安装在Intellij中 - Python packages still marked as not installed in Intellij even after “installed successfully” mesage 哪个目录 should.whl 将 go 打包到 Pycharm 项目中? - Which directory should .whl packages go in a Pycharm Project? 如何测试我是否已成功安装Python模块? - How can I test that I have a Python module successfully installed? 我尝试在 mac os 终端中运行我的 python 程序,但在我成功安装 Beautifulsoup4 后不断收到以下反馈 - I tried running my python program in a mac os terminal but keep getting the feedback below after I have successfully installed Beautifulsoup4
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM