We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84da19 commit 558cb1dCopy full SHA for 558cb1d
scripts/install-deps.sh
@@ -8,6 +8,9 @@ fi
8
9
declare -A PKG_MAP
10
11
+SCRIPT_HOME="$(cd "$(dirname "$0")" && pwd)"
12
+export BIFROST_HOME=$SCRIPT_HOME/..
13
+
14
# NOTE(rpittau): we need a stable recent version of pip to avoid issues with
15
# the cryptography package.
16
PIP_MIN_REQ="22.3.1"
0 commit comments