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 61dec35 commit b8910b3Copy full SHA for b8910b3
.evergreen/scripts/install-dependencies.sh
@@ -5,13 +5,14 @@ set -eu
5
HERE=$(dirname ${BASH_SOURCE:-$0})
6
pushd "$(dirname "$(dirname $HERE)")" > /dev/null
7
8
+echo "before PATH=$PATH_EXT"
9
+
10
# Source the env files to pick up common variables.
11
if [ -f $HERE/env.sh ]; then
12
. $HERE/env.sh
13
fi
14
-echo "PATH_EXT=$PATH_EXT"
-echo "PATH=$PATH"
15
+echo "after PATH=$PATH"
16
echo "PYMONGO_BIN_DIR=$PYMONGO_BIN_DIR"
17
exit 1
18
_BIN_DIR=${PYMONGO_BIN_DIR:-$HOME/.local/bin}
0 commit comments