Files
mongo/evergreen/prelude_python.sh

6 lines
140 B
Bash

if [ "Windows_NT" = "$OS" ]; then
python='/cygdrive/c/python/python37/python.exe'
else
python="/opt/mongodbtoolchain/v3/bin/python3"
fi