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:
@@ -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
|
||||
|
Reference in New Issue
Block a user