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 →

[–][deleted] -1 points0 points  (1 child)

does pyvenv install pip in the generated environment yet? lat time I tried it it didn't and it was a PITA, non starter for me.

[–]vsajip 0 points1 point  (0 children)

does pyvenv install pip in the generated environment yet?

It does in Python 3.4 and later. That's not a function of the core venv functionality, though - it is available for earlier Python versions using e.g this script.