Skip to content

puppet not install the latest version of pip #268

@twmht

Description

@twmht

Hi,

I am trying to install latest pip (7.1.2) from puppet 3.8.4.

class { 'python' :
    version     => 'system',
    pip         => 'latest',
    dev         => 'latest',
    virtualenv  => 'present',
    gunicorn    => 'present',
 }

But it only installed very old version (1.5.4).

Is something wrong?

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions