Skip to content

Instantly share code, notes, and snippets.

@draperjames
Last active June 7, 2018 15:28
Show Gist options
  • Save draperjames/1788867299e6a88b3e6e73fab097f568 to your computer and use it in GitHub Desktop.
Save draperjames/1788867299e6a88b3e6e73fab097f568 to your computer and use it in GitHub Desktop.
Unix Miniconda3 Quick Install
mkdir tmp && cd tmp
wget http://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p ~/miniconda
# export PATH="$HOME/miniconda/bin:$PATH"
@draperjames
Copy link
Author

draperjames commented May 17, 2018

  • Add clean up
  • Find easiest way to remotely download and run this script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment