Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11687 > unrolled thread
| Started by | smith jack <thinke365@gmail.com> |
|---|---|
| First post | 2011-08-17 23:13 +0800 |
| Last post | 2011-08-17 23:13 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Some warning appears when installing virtualenv, does it matters? smith jack <thinke365@gmail.com> - 2011-08-17 23:13 +0800
| From | smith jack <thinke365@gmail.com> |
|---|---|
| Date | 2011-08-17 23:13 +0800 |
| Subject | Some warning appears when installing virtualenv, does it matters? |
| Message-ID | <mailman.130.1313594004.27778.python-list@python.org> |
the warning is just as follows
E:\Tools>pip install virtualenv
Downloading/unpacking virtualenv
Downloading virtualenv-1.6.4.tar.gz (1.9Mb): 1.9Mb downloaded
Running setup.py egg_info for package virtualenv
warning: no previously-included files matching '*.*' found under directory '
docs\_templates'
Installing collected packages: virtualenv
Running setup.py install for virtualenv
warning: no previously-included files matching '*.*' found under directory '
docs\_templates'
Installing virtualenv-script.py script to E:\Tools\gov\tools\py_build\Script
s
Installing virtualenv.exe script to E:\Tools\gov\tools\py_build\Scripts
Installing virtualenv.exe.manifest script to E:\Tools\gov\tools\py_build\Scr
ipts
Successfully installed virtualenv
Cleaning up...
Back to top | Article view | comp.lang.python
csiph-web