Skip to content

Multiple python versions #79

@nilp0inter

Description

@nilp0inter

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions