I have attempted to install biopython for python2.7 on a cluster of machines.
I have a tonne of scripts that are written in python2.7 and I need to use biopython, but the refactoring of the scripts is more hassle than it is worth - so I thought it would be easier to use an install workaround.
pip install python2 biopython
and
pip install python2.7 biopython
and all variations of these calls do nothing.
They tell me everything is satisfied because there is an installation of biopython for python3.4.
Does anyone know this installation command?