Skip to content

Instantly share code, notes, and snippets.

@mrm8488
Last active April 8, 2020 03:55
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 mrm8488/758d0c3f3be5d7a5c1cf6d8ceeffb34d to your computer and use it in GitHub Desktop.
Save mrm8488/758d0c3f3be5d7a5c1cf6d8ceeffb34d to your computer and use it in GitHub Desktop.
"################################################################################\n",
"# INSTALL CONDA ON GOOGLE COLAB\n",
"################################################################################\n",
"! wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh\n",
"! chmod +x Miniconda3-py37_4.8.2-Linux-x86_64.sh\n",
"! bash ./Miniconda3-py37_4.8.2-Linux-x86_64.sh -b -f -p /usr/local\n",
"import sys\n",
"sys.path.append('/usr/local/lib/python3.7/site-packages/')"
@mrm8488
Copy link
Author

mrm8488 commented Apr 8, 2020

!conda install -c rdkit rdkit -y

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