79140820

Date: 2024-10-30 11:13:18
Score: 1.5
Natty:
Report link

I tried the top voted answer and found that adding to env_dirs the path to the environment does not work. However, adding the path to the parent directory of the environment does indeed work.

In summary:

if the conda env is located in /path/to/parent/new_condaenv, then

works

conda config --append envs_dirs /path/to/parent

Did not work (for me)

conda config --append envs_dirs /path/to/parent/new_condaenv
Reasons:
  • Blacklisted phrase (1): Did not work
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jonathan Mikler