File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ UV_CACHE_DIR=$PROJECT_DIRECTORY/.local/uv/cache
19
19
DRIVERS_TOOLS_BINARIES=" $DRIVERS_TOOLS /.bin"
20
20
MONGODB_BINARIES=" $DRIVERS_TOOLS /mongodb/bin"
21
21
22
- PATH_EXT=" $MONGODB_BINARIES :$DRIVERS_TOOLS_BINARIES :\$ PATH"
23
-
24
22
# Python has cygwin path problems on Windows. Detect prospective mongo-orchestration home directory
25
23
if [ " Windows_NT" = " ${OS:- } " ]; then # Magic variable in cygwin
26
24
DRIVERS_TOOLS=$( cygpath -m $DRIVERS_TOOLS )
@@ -56,7 +54,6 @@ export CARGO_HOME="$CARGO_HOME"
56
54
export UV_TOOL_DIR="$UV_TOOL_DIR "
57
55
export UV_CACHE_DIR="$UV_CACHE_DIR "
58
56
export UV_TOOL_BIN_DIR="$DRIVERS_TOOLS_BINARIES "
59
- export PATH="$PATH_EXT "
60
57
# shellcheck disable=SC2154
61
58
export PROJECT="${project:- mongo-python-driver} "
62
59
export PIP_QUIET=1
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ if [ -f $HERE/env.sh ]; then
11
11
fi
12
12
13
13
UV=${UV_BINARY:- uv}
14
- env
15
- exit 1
16
14
$UV run $HERE /run_server.py " $@ "
You can’t perform that action at this time.
0 commit comments