How do I check which version of Python is running my script?

How do I check which version of the Python interpreter is running my script?


See Find full path of the Python interpreter (Python executable)? if you are looking to find exactly which interpreter is being used - for example, to debug a Pip installation problem, or to check which virtual environment (if any) is active.

← Назад к списку