conda-forge / miniforge

A conda-forge distribution.
https://conda-forge.org/miniforge
Other
5.76k stars 306 forks source link

Getting Command not found "mamba" error #549

Open karkir0003 opened 5 months ago

karkir0003 commented 5 months ago

Solution to issue cannot be found in the documentation.

Issue

I'm on a windows laptop and I'm trying to run mamba activate <env name> command in Ubuntu on Windows. I went through the README.md to install the Windows latest distribution of miniforge3. I ensured to check the box for "add to PATH". However, when I reopened my Ubuntu on Windows terminal and try typing mamba activate <env name>, I get "mamba": executable file not found in $PATH error. When I do echo $PATH, I see /mnt/c/Users/<$USER>/miniforge3 in the PATH. Not sure if I missed a step?

Installed packages

N/A

Environment info

N/A