Pythonsetuptools pkg_resources pip wheel failed with error code 1 [Error]
First try this 1)
`sudo apt-get install python-setuptools`
and
2)
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
Add the following locale variables.
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
and run virtualenv
command again