Skip to content

Commit 36ccd4b

Browse files
committed
fix non-toolchain usage
1 parent bc10376 commit 36ccd4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if ! command -v just &>/dev/null; then
4545
echo "Please install just!"
4646
exit 1
4747
fi
48+
_BIN_DIR=$PYMONGO_BIN_DIR
4849
echo "Installing just..."
4950
mkdir -p "$_BIN_DIR" 2>/dev/null || true
5051
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- $_TARGET --to "$_BIN_DIR" || {
@@ -59,6 +60,7 @@ if ! command -v uv &>/dev/null; then
5960
echo "Please install uv!"
6061
exit 1
6162
fi
63+
_BIN_DIR=$PYMONGO_BIN_DIR
6264
echo "Installing uv..."
6365
# On most systems we can install directly.
6466
curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="$_BIN_DIR" INSTALLER_NO_MODIFY_PATH=1 sh || {

0 commit comments

Comments
 (0)