SERVER-93482 Log python version in use (#26023)

GitOrigin-RevId: e8a71a597ff0079fe272705c1580ea160e9f626c
This commit is contained in:
Mikhail Shchatko 2024-08-15 22:15:54 +03:00 committed by MongoDB Bot
parent 383a4434b2
commit bbb2873ecc
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ function activate_venv {
fi fi
export PIP_CACHE_DIR=${workdir}/pip_cache export PIP_CACHE_DIR=${workdir}/pip_cache
echo "python set to $(which $python)" echo "python set to $(which $python) and python version: $($python --version)"
} }