Zignd Asked: 2013-06-24 05:19:33 +0800 CST2013-06-24 05:19:33 +0800 CST 2013-06-24 05:19:33 +0800 CST Which version of Python is used on Quickly? 772 I'd like to know the Python version used on Quickly. I could not find the version on the Wiki. application-development 1 Answers Voted Best Answer Warren Hill 2013-06-24T05:35:00+08:002013-06-24T05:35:00+08:00 If you check here: Package: quickly on http://packages.ubuntu.com/ You will see that it depends on the package python. Which on 12.04 is version 2.7.3 on 13.04 it's 2.7.4 For other releases of Ubuntu in a terminal enter python --version The number returned is the version of python its using. If you want to use python3 instead take a look at this question
If you check here: Package: quickly on http://packages.ubuntu.com/
You will see that it depends on the package python.
Which on 12.04 is version 2.7.3
on 13.04 it's 2.7.4
For other releases of Ubuntu in a terminal enter
The number returned is the version of python its using.
If you want to use python3 instead take a look at this question