I have successfully installed Virtualenv 12.1.1 using this manual
https://virtualenv.pypa.io/en/latest/installation.html
and this source file:
https://pypi.python.org/pypi/virtualenv/12.1.1#downloads
$ curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.1.1.tar.gz $ tar xvfz virtualenv-12.1.1.tar.gz $ cd virtualenv-12.1.1 $ python setup.py install
Now 'buildout' command completes successfully.
I have no time to check if everything installed correct right now but I will do it later today.
I think this virtualenv problem should be reflected in the installation manual.
I have successfully installed Virtualenv 12.1.1 using this manual
https:/ /virtualenv. pypa.io/ en/latest/ installation. html
and this source file:
https:/ /pypi.python. org/pypi/ virtualenv/ 12.1.1# downloads
$ curl -O https:/ /pypi.python. org/packages/ source/ v/virtualenv/ virtualenv- 12.1.1. tar.gz 12.1.1. tar.gz
$ tar xvfz virtualenv-
$ cd virtualenv-12.1.1
$ python setup.py install
Now 'buildout' command completes successfully.
I have no time to check if everything installed correct right now but I will do it later today.
I think this virtualenv problem should be reflected in the installation manual.