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


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

Where is "pyvenv.py" in new Python3.4 environment on CentOS7?

Started byDavid Karr <davidmichaelkarr@gmail.com>
First post2015-07-15 14:54 -0700
Last post2015-07-16 12:13 -0700
Articles 4 — 3 participants

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


Contents

  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

#93882 — Where is "pyvenv.py" in new Python3.4 environment on CentOS7?

FromDavid Karr <davidmichaelkarr@gmail.com>
Date2015-07-15 14:54 -0700
SubjectWhere is "pyvenv.py" in new Python3.4 environment on CentOS7?
Message-ID<de1c594f-b909-49d4-9dae-a4e3155ca229@googlegroups.com>
I'm just learning more about Python (although I've been a Java dev for many years, and C/C++ before that).

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?

(I tried asking this on the #python IRC channel, but I guess I couldn't yell loud enough.)

[toc] | [next] | [standalone]


#93883

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-07-15 23:22 +0100
Message-ID<mailman.550.1436998967.3674.python-list@python.org>
In reply to#93882
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

[toc] | [prev] | [next] | [standalone]


#93910

From"KARR, DAVID" <dk068x@att.com>
Date2015-07-15 22:32 +0000
Message-ID<mailman.569.1437031748.3674.python-list@python.org>
In reply to#93882
> -----Original Message-----
> From: Python-list [mailto:python-list-
> bounces+dk068x=att.com@python.org] On Behalf Of Mark Lawrence
> Sent: Wednesday, July 15, 2015 3:23 PM
> To: python-list@python.org
> Subject: Re: Where is "pyvenv.py" in new Python3.4 environment on
> CentOS7?
> 
> 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 :)

Uh, right.  We'll see about that.  I have no complaints or issues with the Java ecosystem, it's just not used that much in networking, which I'm edging into.

> > 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

Same as my Win7 box, but that's not what I need.  I want to work on this on my CentOS7 box.

> > (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.

Yeah, I wasn't serious.  I wasn't really yelling, just asking polite questions.  It just made it seem like I needed to (yell) because I appeared to be invisible.  I'm sure I'll have better luck when I can ask more interesting questions.

[toc] | [prev] | [next] | [standalone]


#93952

FromDavid Karr <davidmichaelkarr@gmail.com>
Date2015-07-16 12:13 -0700
Message-ID<54d216ec-5424-418f-b72e-bff870cd4f9b@googlegroups.com>
In reply to#93882
On Thursday, July 16, 2015 at 1:14:22 AM UTC-7, INADA Naoki wrote:
> How about `python3 -m venv` ?

I guess that works, thanks.

> On Thu, Jul 16, 2015 at 6:54 AM, David Karr <davidmic...@gmail.com> wrote:
> I'm just learning more about Python (although I've been a Java dev for many years, and C/C++ before that).
> 
> 
> 
> 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?
> 
> 
> 
> (I tried asking this on the #python IRC channel, but I guess I couldn't yell loud enough.)
> 
> --
> 
> https://mail.python.org/mailman/listinfo/python-list
> 
> 
> 
> 
> 
> -- 
> 
> INADA Naoki  <songof...@gmail.com>

[toc] | [prev] | [standalone]


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


csiph-web