Skip to content

Instantly share code, notes, and snippets.

@junetech
Created November 15, 2024 02:27
Show Gist options
  • Save junetech/d49593363777f6df7cbef730e5fd61f2 to your computer and use it in GitHub Desktop.
Save junetech/d49593363777f6df7cbef730e5fd61f2 to your computer and use it in GitHub Desktop.
Powershell profile for micromamba
$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