Monday, April 30, 2012

HowTo: Find Python Version

How do I find out python version under UNIX / Linux / OS X operating systems?

Simply type the following command to find out python version (open the terminal or shell prompt):
python -V
Sample outputs:
Python 2.4.3

No comments:

Post a Comment