Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

search for a package name in conda

conda search *package_name*

# Note that your shell might expand the wildcard (*) before running the conda 
#command. To fix this, wrap the search string in single or double quotes like 

conda search '*package_name*'
 
PREVIOUS NEXT
Tagged: #search #package #conda
ADD COMMENT
Topic
Name
4+6 =