Skip to content

Commit 8c91f2e

Browse files
committed
fix vm install
1 parent 6b63de0 commit 8c91f2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/scripts/install-dependencies.sh

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

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

98
# Source the env files to pick up common variables.
109
if [ -f $HERE/env.sh ]; then
1110
. $HERE/env.sh
1211
fi
1312

14-
_BIN_DIR=${PYMONGO_BIN_DIR:-$CURRENT}
13+
_BIN_DIR=${PYMONGO_BIN_DIR:-$(pwd)}
1514

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

0 commit comments

Comments
 (0)