conda-forge / miniforge

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

How to run miniforge prompt with Powershell? #516

Open MordorianGuy opened 7 months ago

MordorianGuy commented 7 months ago

Comment:

I have usually used anaconda before that provides "Anaconda Powershell Prompt" running a console corresponding to an environment where I could use conda commands. But I have found only "Miniforge prompt" running a cmd console not Powershell. How to run it in Powershell? I tried to run corresponding bat files (activate.bat & conda.bat activate) but nothing happened.

jaimergp commented 7 months ago

You can run powershell from cmd but I think we can port the shortcut over to conda-forge too.

alex180500 commented 7 months ago

just do conda init powershell or mamba init powershell from the miniforge prompt and then you can use powershell as well.

hmaarrfk commented 4 months ago

is the package that we would have to port over: https://anaconda.org/anaconda/powershell_shortcut ???