View Single Post
Old 06-02-2015, 05:59 AM   #3
sup
Zealot
sup began at the beginning.
 
Posts: 103
Karma: 10
Join Date: Sep 2013
Device: Kindle Paperwhite (2012)
Ah, I see. Now I admit I am confused as hell.

Code:
git clone git://github.com/kovidgoyal/calibre.git
cd calibre/src
CALIBRE_DEVELOP_FROM=`pwd`
vim calibre/__init__.py # insert print("Hello, world!") somewhere near the top
calibredb
should print "Hello, world!" Right? But it does not. I guess I am missing something very obvious:-(.
sup is offline   Reply With Quote