Skip to content

Ansible role to set up (the latest version of) virtualenv(wrapper) in Debian-like systems

License

Notifications You must be signed in to change notification settings

Oefenweb/ansible-virtualenv

Repository files navigation

virtualenv

CI Ansible Galaxy

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

Requirements

  • pip (will not installed)

  • python(2|3) (will be installed)

when using virtualenv_install_method: pip

Variables

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

  • virtualenv_python_version_major [default: 3]: Python version to install virtualenv for.

Dependencies

None

Recommended

  • ansible-pip (see)

Example

---
- hosts: all
  roles:
    - oefenweb.virtualenv

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

About

Ansible role to set up (the latest version of) virtualenv(wrapper) in Debian-like systems

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published