Skip to content

Instantly share code, notes, and snippets.

@n4nagappan
Created May 25, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n4nagappan/6f449dc3cbd30ab3d962fdd013422635 to your computer and use it in GitHub Desktop.
Save n4nagappan/6f449dc3cbd30ab3d962fdd013422635 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install bzip2
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O ~/miniconda.sh
bash ~/miniconda.sh -b -p $HOME/miniconda
echo 'export PATH="$HOME/miniconda/bin:$PATH"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment