Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93883
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; '(python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'installed.': 0.05; 'irc': 0.05; 'dev': 0.07; 'sanity': 0.07; '"python"': 0.09; 'c/c++': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'that).': 0.09; 'python': 0.10; 'package,': 0.13; '#python': 0.16; 'loud': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'win7': 0.16; 'wrote:': 0.16; 'refers': 0.18; 'language': 0.19; 'windows': 0.20; 'java': 0.22; 'lawrence': 0.22; 'second': 0.24; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'header:X-Complaints-To:1': 0.26; 'skip:" 20': 0.26; 'this.': 0.28; '(although': 0.29; "i'm": 0.30; 'guess': 0.31; 'noticed': 0.32; 'language.': 0.32; 'environment,': 0.33; 'this?': 0.34; 'running': 0.34; 'world,': 0.35; 'done': 0.35; 'asking': 0.35; 'but': 0.36; 'should': 0.36; 'subject:" ': 0.36; 'to:addr:python- list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'there,': 0.37; 'received:org': 0.37; 'someone': 0.38; 'enough': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'mark': 0.40; 'charset:windows-1252': 0.62; 'more': 0.63; 'our': 0.64; 'world': 0.64; '8.1': 0.84; 'channel,': 0.84; 'pythonistas,': 0.84; 'received:as9105.com': 0.84; 'received:dsl.as9105.com': 0.84; 'received:dynamic.dsl.as9105.com': 0.84; 'subject:Where': 0.84; 'yelling': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: Where is "pyvenv.py" in new Python3.4 environment on CentOS7? |
| Date | Wed, 15 Jul 2015 23:22:30 +0100 |
| References | <de1c594f-b909-49d4-9dae-a4e3155ca229@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 80-42-230-191.dynamic.dsl.as9105.com |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| In-Reply-To | <de1c594f-b909-49d4-9dae-a4e3155ca229@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.550.1436998967.3674.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1436998967 news.xs4all.nl 2846 [2001:888:2000:d::a6]:39029 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:93883 |
Show key headers only | View raw
On 15/07/2015 22:54, David Karr wrote: > I'm just learning more about Python (although I've been a Java dev for many years, and C/C++ before that). Welcome to the world of sanity after years of insanity :) > > A book I'm reading (Learning Python Network Programming) refers to running "pyvenv". I can find this in my Win7 environment, but I was planning on using my CentOS7 VM for most of this. I have both "python" (Python 2) and "python3.4" installed. I noticed a "python-virtualenv.noarch" package, but it said it was already installed. > > Can someone elaborate on where I should be able to find or install this? On my Windows 8.1 box its under C:\Python34\Tools\Scripts > > (I tried asking this on the #python IRC channel, but I guess I couldn't yell loud enough.) > Yelling doesn't get you very far in the Python world, been there, seen it, done it, failed miserably, started again. Funnily enough the second time around was far more succesful. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Where is "pyvenv.py" in new Python3.4 environment on CentOS7? David Karr <davidmichaelkarr@gmail.com> - 2015-07-15 14:54 -0700 Re: Where is "pyvenv.py" in new Python3.4 environment on CentOS7? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-15 23:22 +0100 RE: Where is "pyvenv.py" in new Python3.4 environment on CentOS7? "KARR, DAVID" <dk068x@att.com> - 2015-07-15 22:32 +0000 Re: Where is "pyvenv.py" in new Python3.4 environment on CentOS7? David Karr <davidmichaelkarr@gmail.com> - 2015-07-16 12:13 -0700
csiph-web