filmov
tv
Create virtual environment for odoo development

Показать описание
#odoo #odootutorials #odoodevelopment #erp #erpsystem
This video for macOS users. Here is the commands for Windows & Linux users.
Windows:
1) python -m venv venv
2) venv\Scripts\activate
For Linux users:
1) python3 -m venv venv
2) source venv/bin/activate
** Don’t forget to install psycopg2-binary package by using this command. pip install psycopg2-binary
This video for macOS users. Here is the commands for Windows & Linux users.
Windows:
1) python -m venv venv
2) venv\Scripts\activate
For Linux users:
1) python3 -m venv venv
2) source venv/bin/activate
** Don’t forget to install psycopg2-binary package by using this command. pip install psycopg2-binary