[Fixed]-Use Python 2.7.10 in Virtual Environment

1👍

In the step b use try using this line:

virtualenv -p /usr/bin/python2.7 venv

via http://docs.python-guide.org/en/latest/dev/virtualenvs/

👤Hetdev

0👍

pip install --upgrade setuptools
pip install --upgrade distribute

Try these two commands first. The error might be coming form your setuptools.

Leave a comment