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 d6761b0 commit 0de391cCopy full SHA for 0de391c
.evergreen/scripts/ensure-hatch.sh
@@ -16,7 +16,7 @@ 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
+ elif [ -f $VENV_DIR/Scripts/activate ]; then
20
. $VENV_DIR/Scripts/activate
21
else
22
. $VENV_DIR/bin/activate
0 commit comments