Explorar el Código

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

Chris Simpkins hace 7 años
padre
commit
74d359ef6b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      build-pipenv.sh

+ 3 - 1
build-pipenv.sh

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