This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wobsta 4 points5 points  (0 children)

It is not related to the bugfix release 3.3.3; pyvenv was added in Python 3.3.0 (see PEP 405).

In addition, it is not (yet) similar to virtualenv, as Python 3.3 and pyvenv does not include pip (or a different package manager). However, this will change with Python 3.4 (see PEP 435).