Install Anaconda Python in Windows PowerShell
On Windows, Miniconda can be installed from the Command Prompt or PowerShell:
winget install --id=Anaconda.Miniconda3 -eUpdate conda from Command Prompt / Terminal:
conda update condaSetup the new shell support (PowerShell, Bash, Command Prompt, etc.) with
conda initReopen Terminal to see new conda environment.
If message upon opening PowerShell like:
Documents\WindowsPowerShell\profile.ps1 cannot be loaded because running scripts is disabled on this system.
Consider ExecutionPolicy like:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned