tracywebtech-pip

Downloads get-pip.py and run it in order to install pip.


Keywords
ubuntu, redhat, python, centos, precise, pip, trusty
License
Apache-2.0
Install
puppet module install tracywebtech-pip --version 1.3.4

Documentation

puppet-pip

Installing latest pip version:

include pip

Installing a package using pip:

pip::install { 'Django':
  package        => 'Django', # defaults to $title
  version        => '1.6',    # if undef installs latest version
  python_version => '3.3',    # defaults to 2.7
  ensure         => present,  # defaults to present
}