2018年2月2日 星期五

Missing scrapy command line after pip install scrapy

You can just write a shell script, the content is as below.
I put it on /usr/local/bin/scrapy.  Everything works fine
#! /usr/bin/python2.7
# path to python 2.7 (python 3 doesn't work well with scrapy atm)
import sys 
import scrapy.cmdline 
sys.exit(scrapy.cmdline.execute())

沒有留言:

demo_article

使用 msty.app 和 Knowledge Stacks 建立個人知識庫系統 說明 嘗試利用local llm自動從文字檔轉成影音檔 利用AI自動對文件檔產生影音檔案 - YouTube 引言 在資訊爆炸的時代,我們每天接收大量的資訊,但如何有效地管理...