[SciPy-User] How to install scipy in virtualenv+python3+unbuntu12.04?

Evgeni Burovski evgeny.burovskiy at gmail.com
Wed Nov 20 06:39:04 EST 2013


An easy trick is to first install it system-wide using apt-get to satisfy
non-python dependencies, then install it manually in virtualenv, run the
test suite to make sure it works all right. After that apt-get remove
packages installed in step one.

Evgeni
On Nov 20, 2013 11:21 AM, "Heng Zhou" <zhou_heng at yahoo.com> wrote:

> I want to install scipy in virtualenv and I'm using python3 and the OS is
> ubuntu 12.04. Because virtualenv use pip to install third-party packages,
> apt-get is not applicable. I read the install webpage but couldn't
> understand what it is talking about. So, could you please give me a list of
> workable command lines that I can follow to install scipy in
> virtualenv+python3+unbuntu12.04? In addition, if there is any depandencies
> needed before installation of scipy, please also included. Thank you very
> much.
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20131120/dc3d9e10/attachment.html>


More information about the SciPy-User mailing list