mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 10:19:37 +07:00
As mentioned in [1], because of [2], some python implementation for Mac fail on startup with default parameters. Also, when installing requirements, the psycopg requirement can fail because the $PATH does not contain the postgresql tools installed with the .app. This commit provides instructions to avoid those issues. [1]: https://github.com/odoo/odoo/issues/79112 [2]: https://bugs.python.org/issue40518 task-2922249 closes odoo/documentation#2495 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>