Set up (the latest version of) virtualenv(wrapper) in Debian-like systems.
-
pip(will not be installed) -
python(2|3)(will be installed)
when using virtualenv_install_method: pip
-
virtualenv_install_method: [default:native]: The way to installvirtualenv(e.g.native(from Ubuntu/Debian repo) orpip,< 24.04only) -
virtualenv_python_version_major[default:3]: Python version to installvirtualenvfor.
None
ansible-pip(see)
---
- hosts: all
roles:
- oefenweb.virtualenvMIT
Mischa ter Smitten
Are welcome!