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.
2 parents 24f164a + 558cb1d commit b7c295aCopy full SHA for b7c295a
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