Skip to content

Instantly share code, notes, and snippets.

@nikmolnar
Created November 17, 2015 19:58
Show Gist options
  • Save nikmolnar/76405fb50ceb0c1edeef to your computer and use it in GitHub Desktop.
Save nikmolnar/76405fb50ceb0c1edeef to your computer and use it in GitHub Desktop.
#!C:\Users\nik\Documents\environments\databasin_web\Scripts\python2.7.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'celery==3.1.17','console_scripts','celery'
__requires__ = 'celery==3.1.19'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('celery==3.1.19', 'console_scripts', 'celery')()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment