From a48c06b4bf95cbf1ede46b899cec6517d0762279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Mich=C3=A8le=20Poulin?= Date: Fri, 5 May 2023 08:00:43 -0400 Subject: [PATCH] [REM] script: remove source from installation,it's not exist before install --- script/install/install_locally.sh | 2 -- script/manifest/update_manifest_local_dev.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/script/install/install_locally.sh b/script/install/install_locally.sh index 506a390..eb4fa6a 100755 --- a/script/install/install_locally.sh +++ b/script/install/install_locally.sh @@ -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 diff --git a/script/manifest/update_manifest_local_dev.sh b/script/manifest/update_manifest_local_dev.sh index 58a7d57..513aace 100755 --- a/script/manifest/update_manifest_local_dev.sh +++ b/script/manifest/update_manifest_local_dev.sh @@ -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"