We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc10376 commit 36ccd4bCopy full SHA for 36ccd4b
.evergreen/scripts/install-dependencies.sh
@@ -45,6 +45,7 @@ if ! command -v just &>/dev/null; then
45
echo "Please install just!"
46
exit 1
47
fi
48
+ _BIN_DIR=$PYMONGO_BIN_DIR
49
echo "Installing just..."
50
mkdir -p "$_BIN_DIR" 2>/dev/null || true
51
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
59
60
echo "Please install uv!"
61
62
63
64
echo "Installing uv..."
65
# On most systems we can install directly.
66
curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="$_BIN_DIR" INSTALLER_NO_MODIFY_PATH=1 sh || {
0 commit comments