2009-03-01 210 views
3

我是Linux n00b,我想安裝SciPy來幫助我完成作業調整。在Linux上安裝SciPy Debian

這個page讓我困惑不止,幫助了我。

我一直在指導自己的INSTALL.TXT文件我從SourceForge了,它說

PREREQUISITES 
============= 

SciPy requires the following software installed: 

1) Python__ 2.4.x or newer 

    Debian packages: python python-dev 

    Make sure that the Python package distutils is installed before 
    continuing. For example, in Debian GNU/Linux, distutils is included 
    in the python-dev package. 

    Python must also be compiled with the zlib module enabled. 

__ http://www.python.org 

2) NumPy__ 1.2.0 or newer 

    Debian package: python-numpy 

__ http://www.numpy.org/ 

3) Complete LAPACK__ library (see NOTES 1, 2, 3) 

    Debian/Ubuntu packages (g77): atlas3-base atlas3-base-dev 

    Various SciPy packages do linear algebra computations using the LAPACK 
    routines. SciPy's setup.py scripts can use number of different LAPACK 
    library setups, including optimized LAPACK libraries such as ATLAS__ or 
    the Accelerate/vecLib framework on OS X. The notes below give 
    more information on how to prepare the build environment so that 
    SciPy's setup.py scripts can use whatever LAPACK library setup one has. 

__ http://www.netlib.org/lapack/ 
__ http://math-atlas.sourceforge.net/ 

通過新立得軟件包管理器我下載了這一切+ IPython的。

正如我想我會卡在你們之間回答我的第一個問題,並最終讓這個東西起來和運行,我會更新這個單獨的帖子不同的時間。

第一個問題: 引導自己通過this link我用scipy下載了sourceforge .tar文件。

我提取其內容上的/ home /安東尼奧/桌面/下載

我跑出現的鏈路上的命令:

jajaja:/home/antonio/Desktop/Downloads# cd scipy-?.?.? 
jajaja:/home/antonio/Desktop/Downloads/scipy-0.7.0# setup.py build 
bash: setup.py: command not found 

^爲什麼?

爲什麼看不到命令​​?我應該在其他地方提取.tar文件的內容嗎?

回答

4

我最近安裝我的Debian /萊尼系統SciPy的。 我所做的只是安裝(使用aptitude)Debian軟件包

火起來ipython -pylab,這一切的偉大工程。

+0

謝謝,我只是在尋找突觸上的「scipy」。 – andandandand 2009-03-01 22:13:03

2

的鏈接告訴你執行

python setup.py build 

,但你正在執行

setup.py build 

既然你是一個的n00b,你必須按照指示正是

+0

如果他也使用`./setup.py`,它會工作。 – LiraNuna 2009-10-02 20:32:00

3

爲什麼不直接安裝SciPy?這不是最新的版本,但是0.6可以滿足你的需求?

# apt-get install python-scipy 

爲根,或

$ sudo apt-get install python-scipy