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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6f559b · Dec 16, 2024
Dec 16, 2024
Nov 1, 2024
Jul 14, 2015
Mar 15, 2021
Nov 1, 2024
Nov 1, 2024
Dec 16, 2024
Jul 14, 2015
Dec 16, 2024
Nov 1, 2024
Aug 23, 2023
Jul 14, 2015
Feb 16, 2021
Apr 21, 2023
Mar 26, 2015
Nov 1, 2024
Nov 1, 2024
Apr 21, 2023

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published