Set up (the latest version of) pip in Debian-like systems.
python(2|3)
(will be installed)python(2|3)-dev
(will be installed)curl
(will be installed)
when using pip_install_method: get-pip
-
pip_install_method
: [default:native
]: The way to installpip
(e.g.native
(from Ubuntu/Debian repo) orget-pip
,< 24.04
only) -
pip_python_version_major
[default:3
]: Python version to installpip
for -
pip_install
: [default:[]
]: Additional packages to install
None
---
- hosts: all
roles:
- oefenweb.pip
MIT
Mischa ter Smitten
Are welcome!