Binary package “python3-virtualenv” in openkylin nile
Python virtual environment creator
virtualenv is a tool to create isolated Python environments, 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.
.
Since Python 3.3, a subset of it has been integrated into the standard library
under the venv module (python3-venv in Debian). The venv module does not
offer all features of this library, to name just a few more prominent ones:
.
* is slower (by not having the app-data seed method),
* is not as extendable,
* cannot create virtual environments for arbitrarily installed Python
versions (and automatically discover these),
* does not have as rich programmatic API (describe virtual environments
without creating them).
.
This is the Python 3 version of the library. It includes the command line
script.
Source package
Published versions
- python3-virtualenv 20.25.0+ds-ok1 in amd64 (Proposed)
- python3-virtualenv 20.25.0+ds-ok1 in amd64 (Release)
- python3-virtualenv 20.25.0+ds-ok1 in arm64 (Proposed)
- python3-virtualenv 20.25.0+ds-ok1 in arm64 (Release)
- python3-virtualenv 20.25.0+ds-ok1 in i386 (Proposed)
- python3-virtualenv 20.25.0+ds-ok1 in i386 (Release)
- python3-virtualenv 20.25.0+ds-ok1 in loong64 (Release)
- python3-virtualenv 20.25.0+ds-ok1 in loong64 (Proposed)
- python3-virtualenv 20.25.0+ds-ok1 in riscv64 (Proposed)
- python3-virtualenv 20.25.0+ds-ok1 in riscv64 (Release)
- python3-virtualenv 20.25.0+ds-ok1 in rv64g (Proposed)
- python3-virtualenv 20.25.0+ds-ok1 in rv64g (Release)