mirror of https://github.com/mongodb/mongo
SERVER-93482 Log python version in use (#26023)
GitOrigin-RevId: e8a71a597ff0079fe272705c1580ea160e9f626c
This commit is contained in:
parent
383a4434b2
commit
bbb2873ecc
|
|
@ -27,5 +27,5 @@ function activate_venv {
|
|||
fi
|
||||
export PIP_CACHE_DIR=${workdir}/pip_cache
|
||||
|
||||
echo "python set to $(which $python)"
|
||||
echo "python set to $(which $python) and python version: $($python --version)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue