env and versions after the source

This commit is contained in:
Ross McFarland
2022-01-27 13:03:53 -08:00
parent b92b23d607
commit 68aca50aa7
+4 -4
View File
@@ -7,16 +7,16 @@ cd "$(dirname "$0")/.."
echo "## bootstrap ###################################################################"
script/bootstrap
echo "## environment & versions ######################################################"
python --version
python -m pip --version
if [ -z "$VENV_NAME" ]; then
VENV_NAME="env"
fi
. "$VENV_NAME/bin/activate"
echo "## environment & versions ######################################################"
python --version
pip --version
echo "## clean up ####################################################################"
find octodns tests -name "*.pyc" -exec rm {} \;
rm -f *.pyc