python - Scrapy installed, but won't run from the command line -
i'm trying run scraping program wrote in python using scrapy on ubuntu machine. scrapy installed. can import until python no problem , when try pip install scrapy
requirement satisfied (use --upgrade upgrade): scrapy in /system/linux/lib/python2.7/dist-packages
when try run scrapy command, scrapy crawl ...
example, get.
the program 'scrapy' not installed.
what's going on here? symbolic links messed up? , thoughts on how fix it?
i tried following sudo pip install scrapy
, promtly advised ubuntu 16.04 installed. had first use sudo pip uninstall scrapy
, sudo pip install scrapy
install. should able run scrapy.
Comments
Post a Comment