1
0
Fork 0
forked from github/pelican

make pelican-quickstart and the Makefile it generates support py3k.

This commit is contained in:
Chenguang Wang 2013-02-01 15:35:48 -08:00 committed by Alexis Métaireau
commit 5e4622b229
3 changed files with 21 additions and 5 deletions

View file

@ -65,7 +65,7 @@ function start_up(){
pelican_pid=$$!
echo $$pelican_pid > $$PELICAN_PID
cd $$OUTPUTDIR
python -m pelican.server &
$PY -m pelican.server &
srv_pid=$$!
echo $$srv_pid > $$SRV_PID
cd $$BASEDIR