|
@@ -170,7 +170,7 @@ venv_name=".venv"
|
|
|
if [ ! -f "${venv_name}/bin/activate" ]; then
|
|
|
prompt_python_venv_creation
|
|
|
# This is time consuming but it has to be done
|
|
|
- source ./scripts/bootstrap-py3-venv
|
|
|
+ source "${SENTRY_ROOT}/scripts/bootstrap-py3-venv"
|
|
|
fi
|
|
|
|
|
|
# The user might be cd'ing into sentry with another non-direnv managed
|