Closed NicolasGorgues closed 10 years ago
It seems that pip.1.3.1 fails with updating virtualenv.1.9.1 on my server:
please see hereunder a copy of lines from my term screen:
root@myserver:~# pip install virtualenv==1.6.1 -U -I --force-reinstall --index-url http://pypimirror.rmm.basic/simple Downloading/unpacking virtualenv==1.6.1 Downloading virtualenv-1.6.1.tar.gz (1.8MB): 1.8MB downloaded Running setup.py egginfo for package virtualenv warning: no previously-included files matching '._' found under directory 'docs/templates' Installing collected packages: virtualenv Found existing installation: virtualenv 1.6.1 Uninstalling virtualenv: Successfully uninstalled virtualenv Running setup.py install for virtualenv warning: no previously-included files matching '._' found under directory 'docs/_templates' Installing virtualenv script to /usr/local/bin Successfully installed virtualenv Cleaning up... root@forge-valid10:~# pip install virtualenv==1.9.1 -U --index-url http://pypimirror.rmm.sagem/simple Downloading/unpacking virtualenv==1.9.1 Running setup.py egginfo for package virtualenv warning: no previously-included files matching '._' found under directory 'docs/templates' Requested virtualenv==1.9.1, but installing version 1.6.1 Installing collected packages: virtualenv Found existing installation: virtualenv 1.6.1 Uninstalling virtualenv: Successfully uninstalled virtualenv Running setup.py install for virtualenv warning: no previously-included files matching '._' found under directory 'docs/_templates' Installing virtualenv script to /usr/local/bin Successfully installed virtualenv Cleaning up... root@myserver:~# virtualenv --version 1.6.1 root@myserver:~# logout (vulcain_env)basicuser@myserver:/var/lib/vulcain_env$ sudo -i root@myserver:~# virtualenv --version 1.6.1 root@myserver:~#
....
What shal I do ? Thanks
Sorry that nobody got to this. It's been awhile and I'm going to guess you've since moved on or solved it. If this is stil an issue feel free to reopen this issue or open a new one.
It seems that pip.1.3.1 fails with updating virtualenv.1.9.1 on my server:
please see hereunder a copy of lines from my term screen:
root@myserver:~# pip install virtualenv==1.6.1 -U -I --force-reinstall --index-url http://pypimirror.rmm.basic/simple Downloading/unpacking virtualenv==1.6.1 Downloading virtualenv-1.6.1.tar.gz (1.8MB): 1.8MB downloaded Running setup.py egginfo for package virtualenv warning: no previously-included files matching '._' found under directory 'docs/templates' Installing collected packages: virtualenv Found existing installation: virtualenv 1.6.1 Uninstalling virtualenv: Successfully uninstalled virtualenv Running setup.py install for virtualenv warning: no previously-included files matching '._' found under directory 'docs/_templates' Installing virtualenv script to /usr/local/bin Successfully installed virtualenv Cleaning up... root@forge-valid10:~# pip install virtualenv==1.9.1 -U --index-url http://pypimirror.rmm.sagem/simple Downloading/unpacking virtualenv==1.9.1 Running setup.py egginfo for package virtualenv warning: no previously-included files matching '._' found under directory 'docs/templates' Requested virtualenv==1.9.1, but installing version 1.6.1 Installing collected packages: virtualenv Found existing installation: virtualenv 1.6.1 Uninstalling virtualenv: Successfully uninstalled virtualenv Running setup.py install for virtualenv warning: no previously-included files matching '._' found under directory 'docs/_templates' Installing virtualenv script to /usr/local/bin Successfully installed virtualenv Cleaning up... root@myserver:~# virtualenv --version 1.6.1 root@myserver:~# logout (vulcain_env)basicuser@myserver:/var/lib/vulcain_env$ sudo -i root@myserver:~# virtualenv --version 1.6.1 root@myserver:~#
....
What shal I do ? Thanks