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

INADA Naoki songofacandy at gmail.com
Thu Jul 16 04:13:12 EDT 2015


How about `python3 -m venv` ?

On Thu, Jul 16, 2015 at 6:54 AM, David Karr <davidmichaelkarr at 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  <songofacandy at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150716/72c0cae9/attachment.html>


More information about the Python-list mailing list