简体   繁体   中英

python scrapy can not start project

I use anaconda installed scrapy in windows 10 system. But I can not start the scrapy with scrapy startproject tutorial , I got feedback "bash: scrapy: command not found".

After searching in internet, I found a suggestion from a similar topic to add the environment variable: C:\\Users\\conny\\Anaconda2\\Lib\\site-packages\\scrapy behind the variable PATH , but it still doesn't work.

Do you have any idea, what is the problem?

Try the command scrapy.bat startproject tutorial , it should solve the problem.

And you don't need to edit the enviornment path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM