Created
February 28, 2014 00:12
-
-
Save dyladan/9262529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@arch bookie]# make run | |
BOOKIE_INI=bookie.ini bin/python bin/celery worker --app=bookie.bcelery -B -l debug --pidfile celeryd.pid & | |
bin/python bin/pserve --reload bookie.ini | |
make: bin/python: Command not found | |
Makefile:353: recipe for target 'run_app' failed | |
make: *** [run_app] Error 127 | |
[root@arch bookie]# /bin/sh: bin/python: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment