Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11687 > unrolled thread

Some warning appears when installing virtualenv, does it matters?

Started bysmith jack <thinke365@gmail.com>
First post2011-08-17 23:13 +0800
Last post2011-08-17 23:13 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Some warning appears when installing virtualenv, does it matters? smith jack <thinke365@gmail.com> - 2011-08-17 23:13 +0800

#11687 — Some warning appears when installing virtualenv, does it matters?

Fromsmith jack <thinke365@gmail.com>
Date2011-08-17 23:13 +0800
SubjectSome 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...

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web