I get the following error message when trying to set up a virtual environment with virtualenv 15.0.2 but receive OSError setuptools pip wheel failed with error code 1.
Simply you can do this:
Python 2: virtualenv env Python 3 : python3 -m venv env
Python 2: virtualenv env
Python 3 : python3 -m venv env