Kaynağa Gözat

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

Chris Simpkins 7 yıl önce
ebeveyn
işleme
74d359ef6b
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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 " "