i am running scrapy 0.24.4 and it need python2.7. so i install python2.7 in /usr/local/bin/
and create name.sh file to run my script:
cd /home/user/public_html/dir/
PATH=$PATH:/usr/local/bin
export PATH
scrapy crawl script-call
and set crontab :
* * * * * /root/name.sh
but it gives me output :
Scrapy 0.24.4 requires Python 2.7