capistrano-virtualenv
capistrano-virtualenv copied to clipboard
a capistrano recipe to deploy python apps with virtualenv.
Hey there, I'm trying to use this plugin with Capistrano v2.15.5, however nothing happens during a deploy, and when listing tasks using `cap -vT`, I don't see any reference to...
From [virtualenv 1.10](https://pypi.python.org/pypi/virtualenv/1.10), `virtualenv.py` script does not work standalone.
I would like to use Capistrano v3 and this gem to deploy my Django project.
Hi Maybe its better to check for system's virtualenv and use it (if it's exist in the system), instead of downloading latest version from github? ~Alex