[REM] script: remove source from installation,it's not exist before install
This commit is contained in:
parent
4bb807b22c
commit
a48c06b4bf
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue