The Solution of "command not found: scrapy"

The Solution of “command not found: scrapy”

0.python version
python version
1.Install scrapy
https://scrapy-chs.readthedocs.io/zh_CN/1.0/intro/install.html

Attention:

pip install --user scrapy==[your version]

2.Install Command scrapy
https://setuptools.readthedocs.io/en/latest/easy_install.html

Warning Easy Install is deprecated. Do not use it. Instead use pip. If you think you need Easy Install, please reach out to the PyPA team (a ticket to pip or setuptools is fine), describing your use-case.

easy_install scrapy --user

the version from easy_install is the same as you installation of scrapy.

It works~
The Solution of

你可能感兴趣的:(scrapy)