Page 1 of 1

Python Version

PostPosted: Thu Oct 07, 2010 7:29 pm
by icaoberg
How can I know what Python version our current release of OMERO.server is using?

Re: Python Version

PostPosted: Fri Oct 08, 2010 6:46 am
by jmoore
Code: Select all
bin/omero admin diagnostics


will print it out for you, but ultimately it is the Python version which is first on your PATH, so you can check yourself with:

Code: Select all
python --version


~Josh.