Odoo Software on Debian 12

Discussion in 'HOWTO-Related Questions' started by jhonatandiazp, Mar 13, 2025.

  1. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    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
     
  2. pyte

    pyte Well-Known Member HowtoForge Supporter

    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
     
  3. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    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.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I would install Odoo using Docker instead of installing it manually. It makes maintenance and updates much easier.
     
  5. pyte

    pyte Well-Known Member HowtoForge Supporter

    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.
     
  6. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    I will try thanks.
     

Share This Page