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
Since python2 is no longer supported, I think it's time to remove virtualenv dependencies from the module. One can use python -m venv /environment to create a virtual environment
puppet/python module has python::pyvenv custom resource to support it
The text was updated successfully, but these errors were encountered:
Since python2 is no longer supported, I think it's time to remove virtualenv dependencies from the module. One can use
python -m venv /environment
to create a virtual environmentpuppet/python module has
python::pyvenv
custom resource to support itThe text was updated successfully, but these errors were encountered: