不能下载焦油。使用putty中的curl的gz文件:EC2

时间:2023-01-15 07:58:14

I am accessing my EC2 instance via putty (for the first time) and I am trying to download and install the NLTK package.

我正在通过putty(第一次)访问我的EC2实例,我正在尝试下载和安装NLTK包。

Following this example: http://gavinmhackeling.com/blog/2012/03/deploying-a-python-nltk-django-app-to-amazon-ec2/

下面这个示例:http://gavinmhackeling.com/blog/2012/03/deploying-a-python-nltk-django-app-to-amazon-ec2/

I use: curl -O http://nltk.googlecode.com/files/nltk-2.0b7.tar.gz

我使用:curl -O http://nltk.googlecode.com/files/nltk-2.0b7.tar.gz

and instead i just get "Putty Putty Putty.......Putty" output to the the terminal screen and i have to CTRL C to get back to the command prompt.

取而代之的是,我得到了"Putty Putty送……"输出到终端屏幕,我必须按CTRL C才能回到命令提示符。

I'm new to EC2 what am I doing wrong?

我是EC2新手我做错了什么?

Thanks!

谢谢!

1 个解决方案

#1


2  

What happens if you try the following?

如果您尝试以下操作会发生什么?

wget http://nltk.googlecode.com/files/nltk-2.0b7.tar.gz

#1


2  

What happens if you try the following?

如果您尝试以下操作会发生什么?

wget http://nltk.googlecode.com/files/nltk-2.0b7.tar.gz