Skip to content

Instantly share code, notes, and snippets.

@danzimmerman
Last active July 12, 2022 03:31
Show Gist options
  • Save danzimmerman/7ca813d2aa9537725272f01def6d5288 to your computer and use it in GitHub Desktop.
Save danzimmerman/7ca813d2aa9537725272f01def6d5288 to your computer and use it in GitHub Desktop.
Mambaforge quiet/isolated like Eric C TRI
#Following https://gist.github.com/EricCousineau-TRI/b713101b2a90d16e230fc250077ec4a2 (which is used to avoid clashing with Drake)
# In terminal: Install
bash ~/Downloads/Mambaforge-<whatever platform>.sh -b -s -p ~/.local/opt/mambaforge
ln -s ~/.local/opt/mambaforge/bin/conda ~/.local/bin
# Add to ~/.bash_aliases:
# Add function to explicitly add in conda shell util, rather than using its injected defaults.
conda-setup() {
eval "$(conda shell.bash hook)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment