首页 > 系统服务 > 详细

ubuntu install scrapy

时间:2015-08-14 01:08:24      阅读:180      评论:0      收藏:0      [点我收藏+]

使用apt-get安装scrapy后,调试起来总是不对,检查了一下版本,才知道默认安装的版本是0.14.04。o(╯□╰)o
查阅了一下官方文档,这是推荐的安装方法:

  1. Import the GPG key used to sign Scrapy packages into APT keyring:

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 627220E7
  2. Create /etc/apt/sources.list.d/scrapy.list file using the following command:

    echo ‘deb http://archive.scrapy.org/ubuntu scrapy main‘ | sudo tee /etc/apt/sources.list.d/scrapy.list
  3. Update package lists and install the scrapy package:

    sudo apt-get update && sudo apt-get install scrapy

文档链接

版权声明:本文为博主原创文章,未经博主允许不得转载。

ubuntu install scrapy

原文:http://blog.csdn.net/u012956540/article/details/47626949

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!