virtualenv

Python virtual environment creator (Dependency package)
  https://virtualenv.pypa.io/
  0
  no reviews



The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via pip. Virtual Python instances can also be created without root access.

This is a dependency package and may be safely removed.