coopdevs / odoo-role

Ansible role provisioning Odoo.
GNU General Public License v3.0
13 stars 20 forks source link

Remove python version and odoo release #138

Closed konykon closed 6 months ago

enricostano commented 2 years ago

Can we add some documentation with some example when and how to use these variables?

danypr92 commented 1 year ago

Why do we need to remove Python before installing the new interpreter?

We use pyenv to maintain different versions of Python in the same server when we are trying to upgrade the Python version.

With this process we remove the Python before install the new one, and if the compilation of the new Python fails, we need to compile again the removed Python version.

Can we remove the unused Python version once the new version is working?