You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Pull request #241 made it possible to install
pip
viapip
with the following manifest:This does not quite work as expected, however, because it presents a bootstrapping issue (it is not possible to install
pip
viapip
ifpip
is not installed).I'm not sure what the best way to fix this is...
The text was updated successfully, but these errors were encountered: