mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 08:30:56 +01:00
6 lines
140 B
Bash
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
|