Print exact Python version with build date
This commit is contained in:
parent
e00e3d5bb2
commit
c984042ad2
@ -10,3 +10,7 @@ source ~/virtualenv/python3.7-deadsnakes/bin/activate
|
|||||||
|
|
||||||
echo "We ensure our own pip."
|
echo "We ensure our own pip."
|
||||||
curl -sSL https://bootstrap.pypa.io/get-pip.py | python3.7
|
curl -sSL https://bootstrap.pypa.io/get-pip.py | python3.7
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Python version:"
|
||||||
|
python3.7 -c "import sys; print(sys.version)"
|
||||||
|
Loading…
Reference in New Issue
Block a user