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 18ea70c commit 9bee023Copy full SHA for 9bee023
.evergreen/scripts/setup-dev-env.sh
@@ -6,6 +6,10 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
6
ROOT=$(dirname "$(dirname $HERE)")
7
pushd $ROOT > /dev/null
8
9
+pwd
10
+
11
+echo "ROOT=$ROOT"
12
13
# Source the env files to pick up common variables.
14
if [ -f $HERE/env.sh ]; then
15
. $HERE/env.sh
@@ -18,6 +22,7 @@ fi
18
22
# Ensure dependencies are installed.
19
23
bash $HERE/install-dependencies.sh
20
24
25
21
26
# Set the location of the python bin dir.
27
if [ "Windows_NT" = "${OS:-}" ]; then
28
BIN_DIR=.venv/Scripts
0 commit comments