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 f718d6d commit d1dc945Copy full SHA for d1dc945
.evergreen/scripts/install-dependencies.sh
@@ -13,7 +13,7 @@ fi
13
14
function _pip_install() {
15
_HERE=$(dirname ${BASH_SOURCE:-$0})
16
- . $_HERE/utils.sh
+ . $_HERE/../utils.sh
17
_VENV_PATH=$(mktemp -d)
18
echo "Installing $2 using pip..."
19
createvirtualenv "$(find_python3)" $_VENV_PATH
0 commit comments