Created
September 10, 2023 00:48
-
-
Save brunoluz/332c91fb5f06ea352845cb693d162168 to your computer and use it in GitHub Desktop.
Install miniconda on windows and add conda command to powershell at startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
winget install Miniconda3 | |
New-item –type file $PROFILE | |
Add-Content -Path $PROFILE -Value "$HOME\miniconda3\shell\condabin\conda-hook.ps1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save my life.