I\'m using virtualenvwrapper with a django project that has a management task that automatically writes some config files, so the user just has to
./manage.p
You can use fabric to do such things from python
>>> from fabric.api import local >>> local('which celery')