[REM] script: remove source from installation,it's not exist before install

This commit is contained in:
Marie-Michèle Poulin 2023-05-05 08:00:43 -04:00 committed by Mathieu Benoit
parent 4bb807b22c
commit a48c06b4bf
2 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
EL_USER=${USER}
EL_HOME=$PWD
EL_HOME_ODOO="${EL_HOME}/odoo"
@ -95,7 +94,6 @@ if [[ ! -f ${VENV_REPO_PATH} ]]; then
fi
# Make .venv active
source .venv/bin/activate
# Install Multilingual Markdown Generator if missing
if [[ ! -f ${VENV_MULTILINGUAL_MARKDOWN_PATH} ]]; then

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
. ./env_var.sh
source .venv/bin/activate
#EL_MANIFEST_PROD="./default.xml"
#EL_MANIFEST_DEV="./manifest/default.dev.xml"