How does Python3's venv differ from virtualenv?

349 views Asked by At

I'm a long-time user of the virtualenv and virtualenvwrapper Python packages.

How does virtualenv differ from Python3's built-in venv module? Or is virtualenv built on, or incorporate, venv?

1

There are 1 answers

0
Max Malysh On

Well, at least Python3's venv doesn't have postactivate hook – you have to add any custom environment variables and other stuff to activate.