Skip to content

Instantly share code, notes, and snippets.

@dyladan
Created February 28, 2014 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyladan/9262529 to your computer and use it in GitHub Desktop.
Save dyladan/9262529 to your computer and use it in GitHub Desktop.
[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