Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep backwards compatible support for python-virtualenv #614

Open
oniGino opened this issue Jun 2, 2021 · 0 comments
Open

keep backwards compatible support for python-virtualenv #614

oniGino opened this issue Jun 2, 2021 · 0 comments

Comments

@oniGino
Copy link

oniGino commented Jun 2, 2021

  • Puppet: 6.19.1
  • Ruby:
  • Distribution: Centos 7
  • Module version: 6.0.0

Currently python::install will install python2-virtualenv for version 'system' on older centos machines (we run 5,6,7,8)
however
python::pyvenv does not actually support virtualenv
Please consider something like the follow added to python::pyvenv

            if versioncmp($normalized_python_version, '2.7') <= 0  {
              $virtualenv_cmd = "${python::exec_prefix}virtualenv-${normalized_python_version}"
            }

I know python 2 is very ancient but It is still widely used, and sadly I must maintain it even if I'd rather not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant