centos6.3 installing the Python crawler Framework Scrapy

Source: Internet
Author: User

Scrapy Installation Scripts


#

###### install dependent package and development-lib ###### #yum   -y  install gcc zlib zlib-devel openssl openssl-devel bzip* libxml2*  libxslt* libffi-devel libffi####### install python-2.7.7wget  ' https:// Www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz ' tar -zxvf python-2.7.7.tgzcd python-2.7.7./ Configuremake && make install####### modified yum for os-pythonsed  -i s/python$/python2.6/ /usr/bin/yum####### modified os-python to python  2.7mv /usr/bin/python /usr/bin/python.bakln -s /usr/local/bin/python2.7 /usr/ bin/python####### install setuptools cdwget https://bitbucket.org/pypa/setuptools/raw/ bootstrap/ez_setup.pypython ez_setup.py####### install pip toolscdwget  ' https:// bootstrap.pypa.io/get-pip.py ' Python get-pip.pypip -v####### install twistedcdwget https://pypi.python.org/packages/source/t/ twisted/twisted-14.0.0.tar.bz2#md5=9625c094e0a18da77faa4627b98c9815tar -jxf   twisted-14.0.0.tar.bz2cd twisted-14.0.0python setup.py install####### install  Scrapypip install scrapypip list


centos6.3 installing the Python crawler Framework Scrapy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.