capistrano-virtualenv
capistrano-virtualenv copied to clipboard
virtualenv tasks aren't loading
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 virtualenv.
There are no errors raised when running either commands. Do you have any suggestions as to what could be wrong?
Thanks!
There should virtualenv
tasks be displayed with cap -vT
if the capistrano-virtualenv
is loaded into your installation of Capistrano properly. Do you have require 'capistrano-virtualenv'
in your Capfile
?