voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 370 forks source link

Fix virtualenv cmd #551

Closed saz closed 3 years ago

saz commented 3 years ago

--no-site-packages argument is deprecated and can't be used with newer versions of virtualenv

igalic commented 3 years ago

hmm?