Thank you! This really helped.

sudo ln -s /usr/bin/pip /usr/bin/python-pip

Or in puppet format:

    file { '/usr/bin/pip-python':
        ensure  => link,
        target  => '/usr/bin/pip',
        require => Package['python-pip']
    }

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/05f14b78-b653-4571-b170-76722cbed10a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to