capistrano-virtualenv icon indicating copy to clipboard operation
capistrano-virtualenv copied to clipboard

virtualenv tasks aren't loading

Open Rylon opened this issue 10 years ago • 1 comments

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!

Rylon avatar Sep 01 '14 15:09 Rylon

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?

yyuu avatar Sep 04 '14 00:09 yyuu