Python virtualenv
¶
virtualenv
is one of multiple
Python virtual environment managers.
Here we show the differences between venv
and virtualenv
Parameter | venv |
virtualenv |
---|---|---|
Supports which Python versions? | Newer | Older |
Is standard library? | Yes | No |
Also, virtualenv
has a few more minor unique features.
Because these two are so similar,
most information is documented at venv
.