Skip to content

Instantly share code, notes, and snippets.

@cathalgarvey
Created March 31, 2014 19:16
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 cathalgarvey/9899974 to your computer and use it in GitHub Desktop.
Save cathalgarvey/9899974 to your computer and use it in GitHub Desktop.
A quick two-liner that should install Biopython on a Linux-Mint/Ubuntu/Debian system.
#!/bin/bash
# This script installs Python3, ipython, pip, and uses pip to install biopython.
# You'll be asked for your password.
sudo apt-get install python3-dev ipython3 python3-pip build-essential
sudo pip install biopython
# That's it, two lines!
@Karthika-T
Copy link

This command doesn't work....

@andynet
Copy link

andynet commented Aug 2, 2017

It worked for me.

@AndreaHobby
Copy link

Thanks. This worked for me.

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