Skip to content

Commit f415324

Browse files
committed
add bin dir to path
1 parent e5e6dfe commit f415324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [ -f $HERE/env.sh ]; then
1111
fi
1212

1313
_BIN_DIR=${PYMONGO_BIN_DIR:-$HOME/.local/bin}
14+
export PATH="$PATH:${_BIN_DIR}"
1415

1516
# Helper function to pip install a dependency using a temporary python env.
1617
function _pip_install() {

0 commit comments

Comments
 (0)