Print exact Python version with build date

This commit is contained in:
Łukasz Langa 2018-04-18 22:29:01 -07:00
parent e00e3d5bb2
commit c984042ad2

View File

@ -10,3 +10,7 @@ source ~/virtualenv/python3.7-deadsnakes/bin/activate
echo "We ensure our own pip."
curl -sSL https://bootstrap.pypa.io/get-pip.py | python3.7
echo
echo "Python version:"
python3.7 -c "import sys; print(sys.version)"