如何EC2服务器上安装SciPy的(How to install Scipy on ec2 serv

2019-08-19 04:33发布

我得到停留在EC2上安装SciPy的。 所以,我试图去下载文件,它显示了以下错误。 我在想什么? 非常感谢! 真是新手在这里与远程环境中工作。

$ curl http://downloads.sourceforge.net/project/scipy/scipy/0.11.0/scipy-0.11.0.zip?r=&ts=1364951046&use_mirror=iweb
[1] 2355
-bash: amp: command not found
[2] 2357
-bash: amp: command not found

Answer 1:

您可以通过安装了PIP

  1. 命令和apt-get安装-y蟒蛇-PIP

  2. 须藤PIP安装numpy的#scipy取决于numpy的

  3. 须藤PIP安装SciPy的

PS我建议你安装上的virtualenv步骤2和步骤3

编辑

看来你应该安装Fortune第3步之前,您可以先看看这里

编辑

最后,我推出一个新的EC2实例并安装它为您提供:

  1. 命令和apt-get安装-y蟒蛇-PIP

  2. 须藤PIP安装numpy的

  3. 命令和apt-get安装gfortran

  4. 命令和apt-get安装libblas-dev的

  5. 命令和apt-get安装liblapack-dev的

  6. 命令和apt-get安装的G ++

  7. 须藤PIP安装SciPy的

希望这些可能的工作。



文章来源: How to install Scipy on ec2 server