I recently moved miniconda2 to another directory and now I can't activate the conda environment. Please any suggestion to resolve this problem.
bash: conda: command not found
I recently moved miniconda2 to another directory and now I can't activate the conda environment. Please any suggestion to resolve this problem.
bash: conda: command not found
What I said initially is wrong, amending PATH will not suffice.
If the anaconda documentation is something to go by. You can't just move directories.
You will have to uninstall conda and reinstall to the new place.
/new/path/to/conda
with where you actually put miniconda2 – Fynn Jun 30 '21 at 10:25