Hacker News new | ask | show | jobs
by tandav 1503 days ago
Do you mean venv which is part of standard library or virtualenv (separate library)?
1 comments

AFAIK venv is a subset of virtualenv brought into the standard lib around python 3.3.

I’m talking about the “full” virtualenv. This one: https://pypi.org/project/virtualenv/