34 lines
487 B
Markdown
34 lines
487 B
Markdown
Role Name
|
|
=========
|
|
|
|
A role that fixes somewhat the python2 installation on Ubuntu Trusty and installs python 2 packages from pip eventually
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
The most important variables are listed below:
|
|
|
|
``` yaml
|
|
py_env_install: False
|
|
py_env_pkgs_state: present
|
|
py_env_site: False
|
|
|
|
py_env_basic_pkgs:
|
|
- python-pip
|
|
```
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None
|
|
|
|
License
|
|
-------
|
|
|
|
EUPL-1.2
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>
|