Skip to content
Snippets Groups Projects
Commit 07a44790 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Try strategy for venv fix (py3, bis)

parent 1c82f04e
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,3 @@ else ...@@ -60,6 +60,3 @@ else
log_error "No bootstrap-buildout.py file found, stopping..." log_error "No bootstrap-buildout.py file found, stopping..."
exit 1 exit 1
fi fi
# Corrects the virtualenv to take LD_LIBRARY_PATH into account
fix_venv
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
run_cmd ./bin/buildout run_cmd_ld ./bin/buildout
# Corrects the virtualenv to take LD_LIBRARY_PATH into account
fix_venv
if [ -x ./bin/bob_dbmanage.py ]; then if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py all download --force; run_cmd ./bin/bob_dbmanage.py all download --force;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment