Skip to content

Instantly share code, notes, and snippets.

@EricCousineau-TRI
Last active June 6, 2021 15:50
Show Gist options
  • Save EricCousineau-TRI/b713101b2a90d16e230fc250077ec4a2 to your computer and use it in GitHub Desktop.
Save EricCousineau-TRI/b713101b2a90d16e230fc250077ec4a2 to your computer and use it in GitHub Desktop.
# In terminal: Install
bash ~/Downloads/Miniconda3-latest-Linux-x86_64.sh -b -s -p ~/.local/opt/miniconda3
ln -s ~/.local/opt/miniconda3/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