I want to install scipy within the virtualenv on ubuntu 12.04. Since it is installed in virtualenv, I have to use pip
, apt-get
doesn't work. I have read the thread Installing SciPy with pip, but the answer dosen't work now. If I run "pip install svn+http://svn.scipy.org/svn/scipy/trunk/#egg=scipy" or "pip install git+http://github.com/scipy/scipy/", both error. Could you please give me a list of workable step-by-step command lines that can install scipy within the virtualenv on ubuntu 12.04 (any dependancy is included because I didn't install numpy (I don't know how))? Thank you.
Forget one thing: I'm using python3 in the virtualenv. The installed scipy should be able to imported.