You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If you can't install the latest version, another hacky work around is to specify the package name like: gunicorn#some-random-string. Pip appears to ignore everything after the # and Puppet is fooled into thinking it's a unique declaration.
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.
The text was updated successfully, but these errors were encountered: