You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
pkg_mgr_python_interpreter: python3
|
|
|
|
# Alma Linux 9, RHEL 9, etc. lack a virtualenv package
|
|
virtualenv_create_argv:
|
|
- "{{ virtualenv_python }}"
|
|
- -m
|
|
- venv
|
|
- "{{ virtualenv_path }}"
|