1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

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

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