Skip to content

Commit 653ba6c

Browse files
committed
remove use of path_ext
1 parent 6f2c908 commit 653ba6c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ UV_CACHE_DIR=$PROJECT_DIRECTORY/.local/uv/cache
1919
DRIVERS_TOOLS_BINARIES="$DRIVERS_TOOLS/.bin"
2020
MONGODB_BINARIES="$DRIVERS_TOOLS/mongodb/bin"
2121

22-
PATH_EXT="$MONGODB_BINARIES:$DRIVERS_TOOLS_BINARIES:\$PATH"
23-
2422
# Python has cygwin path problems on Windows. Detect prospective mongo-orchestration home directory
2523
if [ "Windows_NT" = "${OS:-}" ]; then # Magic variable in cygwin
2624
DRIVERS_TOOLS=$(cygpath -m $DRIVERS_TOOLS)
@@ -56,7 +54,6 @@ export CARGO_HOME="$CARGO_HOME"
5654
export UV_TOOL_DIR="$UV_TOOL_DIR"
5755
export UV_CACHE_DIR="$UV_CACHE_DIR"
5856
export UV_TOOL_BIN_DIR="$DRIVERS_TOOLS_BINARIES"
59-
export PATH="$PATH_EXT"
6057
# shellcheck disable=SC2154
6158
export PROJECT="${project:-mongo-python-driver}"
6259
export PIP_QUIET=1

.evergreen/scripts/run-server.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ if [ -f $HERE/env.sh ]; then
1111
fi
1212

1313
UV=${UV_BINARY:-uv}
14-
env
15-
exit 1
1614
$UV run $HERE/run_server.py "$@"

0 commit comments

Comments
 (0)