Skip to content

Commit 6b63de0

Browse files
committed
fix vm install
1 parent 721c9ff commit 6b63de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
set -eu
44

55
HERE=$(dirname ${BASH_SOURCE:-$0})
6+
CURRENT=$(pwd)
67
pushd "$(dirname "$(dirname $HERE)")" > /dev/null
78

89
# Source the env files to pick up common variables.
910
if [ -f $HERE/env.sh ]; then
1011
. $HERE/env.sh
1112
fi
1213

13-
_BIN_DIR=${PYMONGO_BIN_DIR:-.}
14+
_BIN_DIR=${PYMONGO_BIN_DIR:-$CURRENT}
1415

1516
# Helper function to pip install a dependency using a temporary python env.
1617
function _pip_install() {

0 commit comments

Comments
 (0)