MySQL Forums
Forum List  »  Connector/Python

Re: Check Python Interpreter Version
Posted by: samuel tarcin
Date: April 28, 2020 06:54AM

You can use the Python command to get the Python interpreter version. For the default Python installation use
python -v
OR for Python2
python2 -v
Or Python3
python3 -v

Reference: https://www.poftut.com/find-python-version/

Options: ReplyQuote


Subject
Written By
Posted
Re: Check Python Interpreter Version
April 28, 2020 06:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.