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

Can't install pip3 with Ubuntu #287

Closed
ColinHebert opened this issue Feb 10, 2016 · 2 comments
Closed

Can't install pip3 with Ubuntu #287

ColinHebert opened this issue Feb 10, 2016 · 2 comments

Comments

@ColinHebert
Copy link
Contributor

With Ubuntu, the expected value for version is python3 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 is python3).

https://github.com/stankevich/puppet-python/blob/1.11.0/manifests/install.pp#L198

@evidex
Copy link
Contributor

evidex commented Mar 15, 2016

Hitting this issue too when attempting to install python3.4 on Ubuntu 14.04. This just seems to be a mismatch between the documentation expecting a version number and install.pp using the version param to define what package to install.

@ColinHebert
Copy link
Contributor Author

Fixed in #293

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

2 participants