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
With Ubuntu, the expected value for
versionispython3to 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