Skip to content

Instantly share code, notes, and snippets.

@chao1224
Last active April 30, 2018 21:54
Show Gist options
  • Save chao1224/92c9c8e4426c142593704a5702124939 to your computer and use it in GitHub Desktop.
Save chao1224/92c9c8e4426c142593704a5702124939 to your computer and use it in GitHub Desktop.
export HOME=$PWD
wget -q –retry-connrefused –waitretry=10 https://repo.continuum.io/archive/Anaconda2-4.3.1-Linux-x86_64.sh
chmod 777 *
./Anaconda2-4.3.1-Linux-x86_64.sh -b -p ./anaconda > /dev/null
export PATH=$PWD/anaconda/bin:$PATH
echo 'Done installing anaconda'
chmod 777 *
conda install -y -c omnia openbabel=2.4.0 > /dev/null
conda install -y -c omnia pdbfixer=1.4 > /dev/null
conda install -y -c omnia mdtraj > /dev/null
conda install -y scikit-learn > /dev/null
conda install -y setuptools > /dev/null
conda install -y -c conda-forge protobuf=3.1.0 > /dev/null
conda install -y -c anaconda networkx=1.11 > /dev/null
conda install -y -c conda-forge six=1.10.0 > /dev/null
conda install -y -c conda-forge nose=1.3.7 > /dev/null
conda install --yes -c conda-forge tensorflow=1.0.0 > /dev/null
conda install --yes mkl-service > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment