- Secret Recipes of the Python Ninja
- Cody Jackson
- 165字
- 2021-06-25 22:14:42
There's more...
Packages installed with python setup.py install, and program wrappers that were installed using python setup.py develop, cannot be uninstalled via pip, as they do not provide metadata about which files were installed.
A number of other options are available for listing files, such as listing only non-global packages, beta versions of packages, outputting the list in columns, and other tools that may prove useful.
Additional information can be shown by using the --verbose option, as shown in the following screenshot:
The verbose option shows the same information as the default mode, but also includes such information as the classifier information that would found on the package's PyPI page. While this information could obviously be found simply by going to the PyPI site, if you are on a stand-alone computer or otherwise unable to connect to the internet, this can be useful when figuring out whether a package is supported by our current environment or when looking for similar packages within a particular topic.
- 黑客攻防從入門到精通(實戰秘笈版)
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Delphi程序設計基礎:教程、實驗、習題
- C語言程序設計案例教程(第2版)
- 深度學習經典案例解析:基于MATLAB
- Vue.js 3.x從入門到精通(視頻教學版)
- Developing Middleware in Java EE 8
- 青少年美育趣味課堂:XMind思維導圖制作
- Rust Cookbook
- Learn Swift by Building Applications
- Nginx Essentials
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- SQL Server 2012數據庫管理與開發項目教程
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- C++反匯編與逆向分析技術揭秘(第2版)