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


Groups > comp.lang.python > #11687

Some warning appears when installing virtualenv, does it matters?

Date 2011-08-17 23:13 +0800
Subject Some warning appears when installing virtualenv, does it matters?
From smith jack <thinke365@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.130.1313594004.27778.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web