Explorar o código

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

Chris Simpkins %!s(int64=7) %!d(string=hai) anos
pai
achega
74d359ef6b
Modificáronse 1 ficheiros con 3 adicións e 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 " "