标签: python heroku scrapy
当我输入scrapy时,我试图让heroku run scrapy命令运行。但是我得到了bash: scrapy: command not found。
scrapy
heroku run scrapy
bash: scrapy: command not found
我的requirements.txt文件和scrapy.cfg文件中都有Scrapy。我可以在本地运行scrapy就好了。
有人知道我在这里可能缺少什么吗?