# virtualenv /opt/virtualenv
New python executable in /opt/virtualenv/bin/python
Installing Setuptools..............................................................................................................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
# /opt/virtualenv/bin/pip install --upgrade setuptools
Downloading/unpacking setuptools from https://pypi.python.org/packages/64/88/d434873ba1ce02c0ed669f574afeabaeaaeec207929a41b5c1ed947270fc/setuptools-34.1.0.zip#md5=a2f819c503b49781b1a15cfb4d49c974
Downloading setuptools-34.1.0.zip (621kB): 621kB downloaded
Running setup.py egg_info for package setuptools
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "setuptools/__init__.py", line 10, in <module>
from six.moves import filter, map
ImportError: No module named six.moves
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "setuptools/__init__.py", line 10, in <module>
from six.moves import filter, map
ImportError: No module named six.moves
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /opt/virtualenv/build/setuptools
Storing complete log in /root/.pip/pip.log
Unfortunately, due to changes in setuptools http://setuptools.readthedocs.io/en/latest/history.html#v34-0-0
virtualenv resource doesn't work anymore, due to missing dependencies: