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: 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 Subject: Re: Where is "pyvenv.py" in new Python3.4 environment on CentOS7? Date: Wed, 15 Jul 2015 23:22:30 +0100 References: 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: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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