If I create two virtualenvs, say A and B, and use python::pip to install gunicorn in both it will fail with this error:
Error 400 on SERVER: Duplicate declaration: Python::Pip[gunicorn] is already declared in file [.....]
This somewhat defeats the purpose of virtualenvs and it would be really nice if the same package could be installed in more than one virtualenv.
If I create two virtualenvs, say A and B, and use python::pip to install gunicorn in both it will fail with this error:
Error 400 on SERVER: Duplicate declaration: Python::Pip[gunicorn] is already declared in file [.....]
This somewhat defeats the purpose of virtualenvs and it would be really nice if the same package could be installed in more than one virtualenv.