- 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.
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- JavaScript Unlocked
- Designing Hyper-V Solutions
- Functional Programming in JavaScript
- Mastering Linux Network Administration
- 焊接機器人系統操作、編程與維護
- RabbitMQ Cookbook
- Windows Phone 7.5:Building Location-aware Applications
- MongoDB Cookbook(Second Edition)
- PhoneGap 4 Mobile Application Development Cookbook
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Functional Python Programming
- Mastering ArcGIS Server Development with JavaScript
- 一覽眾山小:ASP.NET Web開發修行實錄
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT