Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11687
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <thinke365@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:when': 0.07; 'setup.py': 0.09; 'subject:matters': 0.09; 'packages:': 0.16; 'subject:installing': 0.16; 'subject:virtualenv': 0.16; 'downloaded': 0.21; 'matching': 0.24; 'installing': 0.29; 'message-id:@mail.gmail.com': 0.29; 'script': 0.29; 'subject:?': 0.31; 'installed': 0.32; 'to:addr:python-list': 0.33; 'running': 0.35; 'install': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'under': 0.39; 'to:addr:python.org': 0.39; 'skip:d 20': 0.39; 'subject:warning': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ThC1pHysBieappLn7TpIE1Ef/72V79Zbn8hhoTdA/CU=; b=OLzYbIS4w3Gkgb0Zxo3gYng51TbpGZ0472VlnNmo4pG4Quq9u2lMVRdkbrH5vzWFe0 Py4AfGIU+GYTVautYalj1MsvOQ0Z9aKpK/AKoVm5duFdkmh1ps4/z5OQIpvotyxHeXba /3sVun+CoczlG+j0QJm/mUpoau6Fd2z7105IU= |
| MIME-Version | 1.0 |
| Date | Wed, 17 Aug 2011 23:13:20 +0800 |
| Subject | Some warning appears when installing virtualenv, does it matters? |
| From | smith jack <thinke365@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.130.1313594004.27778.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1313594004 news.xs4all.nl 23965 [2001:888:2000:d::a6]:47521 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11687 |
Show key headers only | 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
Some warning appears when installing virtualenv, does it matters? smith jack <thinke365@gmail.com> - 2011-08-17 23:13 +0800
csiph-web