[Answer]-Python 2.7.9 change to 3.4.2 when django project is activated

1👍

It is not Django that you are activating, but a virtualenv. That virtualenv has Python 3.4 installed inside it. You will need to recreate it using Python 2.

Leave a comment