Role that installs python3 and eventually some distribution or pip packages. https://www.python.org
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.
Andrea Dell'Amico 7d4d9fa47a
Fix some conditionals.
1 year ago
defaults PPA in ubuntu > 14.04. 1 year ago
handlers Initial commit 4 years ago
meta Set the minor version at runtime. 1 year ago
tasks Fix some conditionals. 1 year ago
tests Initial commit 4 years ago
vars Fix some conditionals. 1 year ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Import the old role and add support to EL. 4 years ago

README.md

Role Name

A role that installs python3, and python packages from pip eventually

Role Variables

The most important variables are listed below:

py3_env_install: False
py3_env_major_version: 3
py3_env_minor_version: 6
py3_env_version: '{{ py3_env_major_version }}.{{py3_env_minor_version }}'
py3_env_pkgs_state: present
py3_pip_pkgs_state: present
py3_env_site: False

py3_env_wheel_pip_pkgs: []
py3_env_pip_pkgs: []
py3_env_versioned_pip_pkgs: []

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it