Skip to content

Instantly share code, notes, and snippets.

@brunoluz
Created September 10, 2023 00:48
Show Gist options
  • Save brunoluz/332c91fb5f06ea352845cb693d162168 to your computer and use it in GitHub Desktop.
Save brunoluz/332c91fb5f06ea352845cb693d162168 to your computer and use it in GitHub Desktop.
Install miniconda on windows and add conda command to powershell at startup
winget install Miniconda3
New-item –type file $PROFILE
Add-Content -Path $PROFILE -Value "$HOME\miniconda3\shell\condabin\conda-hook.ps1"
@aurexav
Copy link

aurexav commented Jan 25, 2025

Add-Content -Path $PROFILE -Value "$HOME\miniconda3\shell\condabin\conda-hook.ps1"

Save my life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment