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...
Pull request #241 made it possible to install
pipviapipwith the following manifest:This does not quite work as expected, however, because it presents a bootstrapping issue (it is not possible to install
pipviapipifpipis not installed).I'm not sure what the best way to fix this is...