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
1919DRIVERS_TOOLS_BINARIES=" $DRIVERS_TOOLS /.bin"
2020MONGODB_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
2523if [ " Windows_NT" = " ${OS:- } " ]; then # Magic variable in cygwin
2624 DRIVERS_TOOLS=$( cygpath -m $DRIVERS_TOOLS )
@@ -56,7 +54,6 @@ export CARGO_HOME="$CARGO_HOME"
5654export UV_TOOL_DIR="$UV_TOOL_DIR "
5755export UV_CACHE_DIR="$UV_CACHE_DIR "
5856export UV_TOOL_BIN_DIR="$DRIVERS_TOOLS_BINARIES "
59- export PATH="$PATH_EXT "
6057# shellcheck disable=SC2154
6158export PROJECT="${project:- mongo-python-driver} "
6259export PIP_QUIET=1
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ if [ -f $HERE/env.sh ]; then
1111fi
1212
1313UV=${UV_BINARY:- uv}
14- env
15- exit 1
1614$UV run $HERE /run_server.py " $@ "
You can’t perform that action at this time.
0 commit comments