Browse Source

[build-pipenv.sh] add Python interpreter version to environment report

Chris Simpkins 7 years ago
parent
commit
74d359ef6b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      build-pipenv.sh

+ 3 - 1
build-pipenv.sh

@@ -40,7 +40,9 @@ echo "================================="
 echo "  PYTHON BUILD ENVIRONMENT"
 echo "  PYTHON BUILD ENVIRONMENT"
 echo "================================="
 echo "================================="
 echo " "
 echo " "
-
+echo "Python interpreter version:"
+pipenv run python --version
+echo " "
 pipenv graph
 pipenv graph
 
 
 echo " "
 echo " "