Conda List Packages Code Example


Example 1: list conda environments


conda info --envs

conda env list

Example 2: conda list environments


conda info --envs

Example 3: anaconda virtual environment LIST


conda env list

Example 4: conda list available package versions


# Basic syntax:
conda search package_name

Example 5: how to use pip install conda environment


Open Anaconda Navigator
Select Environments in the left hand pane below home
Just to the right of where you selected and below the "search environments" bar, you should see base(root). Click on it
A triangle pointing right should appear, click on it an select "open terminal"
Use the regular pip install command here. There is no need to point to an environment/ path

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable