Answers for "how to use pip install conda environment"

2

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
Posted by: Guest on September-07-2020
-1

how to install conda using pip

conda create -n shrink_venv
Posted by: Guest on May-21-2020

Code answers related to "how to use pip install conda environment"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language