mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.68k stars 346 forks source link

Fresh Windows installation miniforge "mamba is not recognized" #3200

Closed GrigoriiTarasov closed 6 months ago

GrigoriiTarasov commented 6 months ago

Troubleshooting docs

Anaconda default channels

How did you install Mamba?

Mambaforge or latest Miniforge

Search tried in issue tracker

not recognized

Latest version of Mamba

Tried in Conda?

I do not have this problem with Conda, just with Mamba

Describe your issue

Fresh WIndows 10, Fresh install of latest miniconda form https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html

in miniconda prompt

>mamba env list
'mamba' is not recognized as an internal or external command,
operable program or batch file.

So really how to start use mamba in suck installation? How to install mamba in miniforge if it needed? How to make it visible for git bash?

mamba info / micromamba info

No response

Logs

No response

environment.yml

No response

~/.condarc

In miniforge prompt:

cat ~/.condarc
'cat' is not recognized as an internal or external command,
operable program or batch file.

In git bash:
cat ~/.condarc
channels:
  - defaults
  - conda-forge
GrigoriiTarasov commented 6 months ago

Needed to add such paths to env C:\ProgramData\miniforge-pypy3\Scripts

however still experiencing new bugs of miniforge that wasn't present earlier