Which version of Python is used by my Abaqus?

To check which version of Python is used in the Abaqus version installed on your system:

In Abaqus/CAE, use the Python interpreter provided in the command line interface at the bottom of Abaqus/CAE

(Abaqus/CAE displays the Python >>> prompt in the command line interface. )

Type the following:

>>> import sys
>>> print(sys.version)

Python config