Version of Python used in Python Mode

If you are using Python mode, it uses Python 2.7.3 running on Jython 2.7.1. pip3 installs would not work – that installs Python 3 modules, and the mode cannot run Python 3 code (or anything CPython, for that matter) – only pure Python2.

3 Likes