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 e5e6dfe commit f415324Copy full SHA for f415324
.evergreen/scripts/install-dependencies.sh
@@ -11,6 +11,7 @@ if [ -f $HERE/env.sh ]; then
11
fi
12
13
_BIN_DIR=${PYMONGO_BIN_DIR:-$HOME/.local/bin}
14
+export PATH="$PATH:${_BIN_DIR}"
15
16
# Helper function to pip install a dependency using a temporary python env.
17
function _pip_install() {
0 commit comments