wupangyen / ROS

0 stars 0 forks source link

Could not find conda environment #1

Open wupangyen opened 2 years ago

wupangyen commented 2 years ago

https://stackoverflow.com/questions/58369030/could-not-find-conda-environment

wupangyen commented 2 years ago

use conda info --envs

to list all discoverable environments

wupangyen commented 2 years ago

example: you will see something similar

base * /Users/pangyenwu/anaconda3 /Users/pangyenwu/miniconda3 /Users/pangyenwu/miniconda3/envs/ROS /Users/pangyenwu/miniconda3/envs/robostackenv

wupangyen commented 2 years ago

and use the command:

conda activate /Users/pangyenwu/miniconda3/envs/robostackenv to activate the env you want to use