I'm here to answer any questions and take feedback.
Without a good counterindication, I'll probably end up forking this and adding VirtualEnvWrapper because I like the workflow better than plain VirtualEnv. Is there any particular reason you don't include it? Perhaps the deployment automation mostly moots the VirtualEnvWrapper wins, making it not worth the increased complexity? P.S. This is a very timely release for me. I've done a few manual deploys of almost this ex…
There isn't really a reason not to use Virtualenv wrapper, but there is also not really a reason to use it. Activating it is rather simple, so I just didn't really want to add something else to the installation (that would make it slightly more complex and slower). However, take a look at the development role[0], it actually activates the Virtualenv on login.
If you're going to be logging into the production machines (where the development role does not make (total) sense to have) you may want to install it, or turn off everything in the development role[1] except virtualenv activation and add it to those machines.
In short, I'm not against it, I just think it's not needed since the development role makes it redundant to have.
[0] https://github.com/tryolabs/metamon/blob/master/deploy/roles... [1] https://github.com/tryolabs/metamon/blob/master/deploy/roles...