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

Unable to install pip using pip provider #243

Closed
joshuaspence opened this issue Sep 15, 2015 · 2 comments
Closed

Unable to install pip using pip provider #243

joshuaspence opened this issue Sep 15, 2015 · 2 comments

Comments

@joshuaspence
Copy link
Contributor

Pull request #241 made it possible to install pip via pip with the following manifest:

class { 'python':
  ensure => 'present',
  provider  => 'pip',
}

This does not quite work as expected, however, because it presents a bootstrapping issue (it is not possible to install pip via pip if pip is not installed).

I'm not sure what the best way to fix this is...

@shivapoudel
Copy link
Contributor

@joshuaspence If you could then it's OK else I will be reverting back the changes made :-)

@joshuaspence
Copy link
Contributor Author

Sure, I can figure something out. Did you have any ideas?
On 16 Sep 2015 12:55 am, "Shiva Poudel" notifications@github.com wrote:

@joshuaspence https://github.com/joshuaspence If you could then it's OK
else I will be reverting back the changes made :-)


Reply to this email directly or view it on GitHub
#243 (comment)
.

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