Hi!
We have a mixed environment where python 2 and python 3 are used at the same time.
We did a try declaring the class twice, but we get this error:
Duplicate declaration: Class[Python] is already declared in file ...
And also we tried to declare the python class passing a list of versions:
class { 'python':
version => ['2.7', '3.4'],
pip => true,
dev => true,
virtualenv => true,
gunicorn => false,
}
But it did not help.
So my question is: It is possible to use this module for provide multiple versions of python at the same time?
Thank you!
Hi!
We have a mixed environment where python 2 and python 3 are used at the same time.
We did a try declaring the class twice, but we get this error:
Duplicate declaration: Class[Python] is already declared in file ...And also we tried to declare the python class passing a list of versions:
But it did not help.
So my question is: It is possible to use this module for provide multiple versions of python at the same time?
Thank you!