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 e18c281 commit a7af0ceCopy full SHA for a7af0ce
.evergreen/scripts/ensure-hatch.sh
@@ -16,6 +16,10 @@ if [ ! -x "$(command -v hatch)" ]; then
16
echo "Creating virtual environment..."
17
createvirtualenv "$PYTHON_BINARY" .venv
18
echo "Creating virtual environment... done."
19
+ elif [ -f . $VENV_DIR/Scripts/activate ]; then
20
+ . $VENV_DIR/Scripts/activate
21
+ else
22
+ . $VENV_DIR/bin/activate
23
fi
24
25
venvactivate $VENV_DIR
0 commit comments