Skip to content

Instantly share code, notes, and snippets.

@krokodilno
Forked from arose13/install-conda.sh
Last active September 2, 2020 15:35
Show Gist options
  • Save krokodilno/623dee3fbc569bdc26ca7e444f35141e to your computer and use it in GitHub Desktop.
Save krokodilno/623dee3fbc569bdc26ca7e444f35141e to your computer and use it in GitHub Desktop.
Install Miniconda in Ubuntu
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment