Skip to content

Instantly share code, notes, and snippets.

@good5dog5
Last active August 6, 2018 06:31
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 good5dog5/14efecfffa73a779b8c06c06c3a25a3c to your computer and use it in GitHub Desktop.
Save good5dog5/14efecfffa73a779b8c06c06c3a25a3c to your computer and use it in GitHub Desktop.
Conda_install script
#!/usr/bin/env bash
# Jordan huang<good5dog5@gmail.com>
set -o errexit
set -o pipefail
set -o nounset
wget http://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
bash Anaconda3-5.0.1-Linux-x86_64.sh
conda update conda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment