puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

Update valid_versions

Open hmpf opened this issue 9 years ago • 0 comments

Python has released both 3.4 and 3.5. 3.4 is default python3 on jessie. Ubuntu 16.04 LTS only ships with python3.5 on the iso (no python2!).

I'm trying to install a virtualenv on jessie, python-version chosen by a switch: facter's python2_version if the variable python2 is true, else facter's python3_version , which is as before said: 3.4 on jessie.

hmpf avatar May 23 '16 13:05 hmpf