Hello all, sorry for this question but I am a little confuse. I am trying to follow the howto to install odoo in debian 12. There is a command that I do not follow. Create a virtualenv environment for Odoo. $python3 -m venv /home/<username>/odoo-env Which username is referring to: Thanks and sorry again
Based on that single command, i assume that Odoo runs under a user dedicated for running the software within a python virtual environment. Could also just be any user you are using on the system
Yes, thank you. I did a few test and found it out. My problem is that there are some issues with the installation. I tried to follow step by step but there were some pip3 dependencies that were not installed. I tried to install those packages separate but still cannot make it work. The odoo-server service keep failing.
I would install Odoo using Docker instead of installing it manually. It makes maintenance and updates much easier.
I don't know anything about Odoo but after a brief look at the docs i would use docker or the pre-packaged version instead of manually installing it too.