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

Fix venv (bis)

parent 5c80af90
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ fix_venv() {
mv ${py} ${py}.orig
cat <<EOT >> ${py}
#!/usr/bin/env bash
LD_LIBRARY_PATH=${BOB_PREFIX_PATH}/lib ${py}.orig "${@}"
LD_LIBRARY_PATH=${BOB_PREFIX_PATH}/lib exec ${py}.orig "\${@}"
EOT
run_cmd chmod 755 ${py}
}
......
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