conda: one line of code to download all installed python libraries

Author:CSDN @ _乐多_

This article records a line of code to download the conda prompt command of all installed python libraries.


Article directory


Open the conda prompt, enter the following code, and you can find the txt files of all libraries in the folder where you cd.

conda list --export > installed_packages.txt

Statement:
As an author, I attach great importance to my own works and intellectual property rights. I hereby declare that all my original articles are protected by copyright law and no one may publish them publicly without my authorization.
My articles have been published on some well-known platforms for a fee. I hope that readers can respect intellectual property rights and refrain from infringement. Any act of publishing paid articles on the Internet for free or for a fee (including commercial use) without my authorization will be regarded as infringement of my copyright, and I reserve the right to pursue legal liability.
Thank you readers for your attention and support for my article!

Guess you like

Origin blog.csdn.net/yyyyyyyyyyy_9/article/details/134674056