You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run python -V and get a result like 'Python 3.7.0 (default, Sep 10 2019, 18:15:34) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]\n' which is unexpected - we try to keep the format Python x.y.z. (this build is Python 3.7.0 on CentOS 7).
I suppose we could catch this case and strip away the other parts, so we remain with Python 3.7.0. Be very defensive to avoid incorrectly parsing versions.
The text was updated successfully, but these errors were encountered:
We run
python -V
and get a result like'Python 3.7.0 (default, Sep 10 2019, 18:15:34) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]\n'
which is unexpected - we try to keep the formatPython x.y.z
. (this build is Python 3.7.0 on CentOS 7).I suppose we could catch this case and strip away the other parts, so we remain with
Python 3.7.0
. Be very defensive to avoid incorrectly parsing versions.The text was updated successfully, but these errors were encountered: