0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 08:30:56 +01:00
mongodb/evergreen/prelude_python.sh

6 lines
140 B
Bash
Raw Normal View History

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