Skip to content

Commit 74d359e

Browse files
committed
[build-pipenv.sh] add Python interpreter version to environment report
1 parent 1700e78 commit 74d359e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-pipenv.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ echo "================================="
4040
echo " PYTHON BUILD ENVIRONMENT"
4141
echo "================================="
4242
echo " "
43-
43+
echo "Python interpreter version:"
44+
pipenv run python --version
45+
echo " "
4446
pipenv graph
4547

4648
echo " "

0 commit comments

Comments
 (0)