SciPy/Python install on Ubuntu

前端 未结 8 1193
轻奢々
轻奢々 2020-12-04 23:54

I\'m currently following the tutorial Installing the SciPy Stack to install SciPy on Ubuntu 12.04 (Precise Pangolin) (I can\'t use apt-get install

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 00:37

    PyPM is a good way to install it. The version is beta 0.10.1 and it includes all of the dependencies. You need Active Python to access PyPM, but that you should be able to install easily.

    pypm install scipi
    

提交回复
热议问题