码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu install scrapy

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

标签:ubuntu

使用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

标签:ubuntu

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!