capistrano-django
capistrano-django copied to clipboard
No way to specify arguments to virtualenv creation command.
Currently. the virtualenv command that runs via python:create_virtualenv is just a flat virtualenv #{path}
; there are several options that might be useful/necessary to pass to it at creation time, e.g. python to use, system-site-package, etc.