1👍
In the step b use try using this line:
virtualenv -p /usr/bin/python2.7 venv
0👍
pip install --upgrade setuptools
pip install --upgrade distribute
Try these two commands first. The error might be coming form your setuptools.
Source:stackexchange.com