Closed gled-rs closed 8 years ago
you sure? I've successfully used this role on a number of Debian 8 boxes..
I mean, i guess no reason not to merge. meh.
The reason that you had no issue is actually that virtualenv is a Recommand and not a Depend, and thus when we don't install the Recommands by default ( to keep the minimal paquets installed ), it does not install virtualenv.
Thanks for the merge !
Just a heads up, it turns out dropping python-virtualenv
package breaks on older versions of Debian or Ubuntu, see #9
Or pip install fails. python-virtualenv does not install the virtualenv executable.
We can maybe just specify the virtualenv command to use as /bin/true ?