On Wed, Sep 09, 2015 at 01:20:26PM -0700, kcrisman wrote:

> Is biopython pip-installable? 

Yes. If you want to test without changing your Sage install, just install
virtualenv and do:

        virtualenv venv
        . venv/bin/activate
        pip install biopython
        # ipython
        # whathever test
        deactivate
        rm -rf venv

If it works, then there should not be any problem within Sage. If it does
not work because of some dependencies (e.g. Cython, gmp,...), then you
should try within Sage (`sage -pip install blah`) to see if everything is
there already.

Ciao,
Thierry

 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to