-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Can't install pip3 with Ubuntu #287
Comments
Hitting this issue too when attempting to install |
Fixed in #293 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Ubuntu, the expected value for
version
ispython3
to install python3.Unfortunately, to decide which version of pip to install, we're checking that the version starts with
3
(which is wrong given that the version ispython3
).https://github.com/stankevich/puppet-python/blob/1.11.0/manifests/install.pp#L198
The text was updated successfully, but these errors were encountered: