Skip to content

Instantly share code, notes, and snippets.

@ialhashim
Last active June 29, 2025 10:31
Show Gist options
  • Save ialhashim/23553e345afc278becbb173b46df4f09 to your computer and use it in GitHub Desktop.
Save ialhashim/23553e345afc278becbb173b46df4f09 to your computer and use it in GitHub Desktop.
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba && mkdir -p ~/micromamba && mv bin/micromamba ~/micromamba/ && ~/micromamba/micromamba shell init -s bash -y && echo "alias conda='micromamba'" >> ~/.bashrc && source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment