Installing virtualenv
venv is included in the Python standard library and requires no additional installation. ... virtualenv is used to manage Python packages for different projects. Using virtualenv allows you to avoid installing Python packages globally which could break system tools or other projects.