We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fix that resolved issue #287 has been broken again and now if you're using Ubuntu you can't install pip3 as the required value for version is "python3". The cause seems to be the regex performed here: https://github.com/stankevich/puppet-python/blob/master/manifests/install.pp#L213
The text was updated successfully, but these errors were encountered:
Python package bugs are fun.
57a176d
So voxpupuli/puppet-python#357 is still a thing. We may have to contribute a PR to get this working with a fact conditional.
15af875
Attempt to fix voxpupuli#357, ensure pip3 is used for py3. Tested on …
57f4cd4
…Ubuntu 14.04
9ac89d4
No branches or pull requests
The fix that resolved issue #287 has been broken again and now if you're using Ubuntu you can't install pip3 as the required value for version is "python3". The cause seems to be the regex performed here: https://github.com/stankevich/puppet-python/blob/master/manifests/install.pp#L213
The text was updated successfully, but these errors were encountered: