-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use Avanon Pyenv community role to install Pyenv #78
Conversation
Add default Pyenv vars to set the global Python interpreter to 3.8.2 and the Odoo python interpreter to 3.7.7.
I think that we can run the provision over these outdated servers and the new Python interpreter and virtualenv will be successfully installed. The old virtualenv remains in the server, but if we don't use them we can delete them in the future... @enricostano are you asking by how we can use this new strategy in the old servers or how can we purge the old virtualenv strategy? |
I just want to understand what needs to be done to make an existent inventory compatible to this change. It seems that nothing, it's not a problem if the old venv will still be there IMHO. Maybe we can just try the process later in local with some existing inventory. |
We are updating the Line 30 in 636997c
odoo-role/templates/odoo.service.j2 Line 7 in 89a2ad2
|
Add default Pyenv vars to set the global Python interpreter to 3.8.2 and
the Odoo python interpreter to 3.7.7.