Created
November 15, 2024 02:27
-
-
Save junetech/d49593363777f6df7cbef730e5fd61f2 to your computer and use it in GitHub Desktop.
Powershell profile for micromamba
This file contains 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
$Env:MAMBA_ROOT_PREFIX="C:\Users\$Env:UserName\" | |
.\micromamba.exe shell hook -s powershell | Out-String | Invoke-Expression | |
# command alias micromamba as mamba | |
Set-Alias mamba micromamba |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment