Skip to content

Ansible role to set up (the latest version of) pip, wheel and setuptools in Debian-like systems

License

Notifications You must be signed in to change notification settings

Oefenweb/ansible-pip

Repository files navigation

pip

CI Ansible Galaxy

Set up (the latest version of) pip in Debian-like systems.

Requirements

  • python(2|3) (will be installed)
  • python(2|3)-dev (will be installed)
  • curl (will be installed)

when using pip_install_method: get-pip

Variables

  • pip_install_method: [default: native]: The way to install pip (e.g. native (from Ubuntu/Debian repo) or get-pip, < 24.04 only)

  • pip_python_version_major [default: 3]: Python version to install pip for

  • pip_install: [default: []]: Additional packages to install

Dependencies

None

Example

---
- hosts: all
  roles:
    - oefenweb.pip

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!