Answers for "how to see the list of installed packages in conda"

C++
3

how do i see the list of packages installed on anaconda

conda list
Posted by: Guest on July-26-2020
1

conda list available package versions

# Basic syntax:
conda search package_name
Posted by: Guest on January-05-2021

Code answers related to "how to see the list of installed packages in conda"

Browse Popular Code Answers by Language