python3-virtualenv on Kali Linux
Last updated: August 21,2022
1. Install python3-virtualenv package
In this section, we are going to explain the necessary steps to install python3-virtualenv package:
sudo apt update
sudo apt install python3-virtualenv
2. Uninstall / Remove python3-virtualenv package
This is a short guide on how to uninstall python3-virtualenv package:
sudo apt remove python3-virtualenv
sudo apt autoclean && sudo apt autoremove
3. Details of python3-virtualenv package
Package: python3-virtualenv
Source: python-virtualenv
Version: 20.14.0+ds-1
Installed-Size: 437
Maintainer: Debian Python Team
Architecture: all
Replaces: virtualenv (<< 20.0.10)
Depends: python3-pip (>= 20.1-1~), python3-pip-whl, python3-setuptools-whl, python3-wheel-whl, python3-distlib (>= 0.3.1), python3-filelock, python3-importlib-metadata (>= 3.6) | python3 (>> 3.8), python3-importlib-resources | python3 (>> 3.7), python3-platformdirs (<< 3), python3-platformdirs (>= 2), python3-six, python3:any
Suggests: python2-pip-whl, python2-setuptools-whl, python2-wheel-whl
Breaks: virtualenv (<< 20.0.10)
Size: 99384
SHA256: 3db706c40abecd2053090103bf364ed146feed22575b19ead68ca468674527e0
SHA1: 7e9f0eaaf9778754842102c32aad6614053fdac3
MD5sum: 6a8e97e01f2f60b4a0807435edc88895
Description: 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.
Description-md5: bee49232d959186b28b7c671ca042e79
Homepage: https://virtualenv.pypa.io/
Section: python
Priority: optional
Filename: pool/main/p/python-virtualenv/python3-virtualenv_20.14.0+ds-1_all.deb
Source: python-virtualenv
Version: 20.14.0+ds-1
Installed-Size: 437
Maintainer: Debian Python Team
Architecture: all
Replaces: virtualenv (<< 20.0.10)
Depends: python3-pip (>= 20.1-1~), python3-pip-whl, python3-setuptools-whl, python3-wheel-whl, python3-distlib (>= 0.3.1), python3-filelock, python3-importlib-metadata (>= 3.6) | python3 (>> 3.8), python3-importlib-resources | python3 (>> 3.7), python3-platformdirs (<< 3), python3-platformdirs (>= 2), python3-six, python3:any
Suggests: python2-pip-whl, python2-setuptools-whl, python2-wheel-whl
Breaks: virtualenv (<< 20.0.10)
Size: 99384
SHA256: 3db706c40abecd2053090103bf364ed146feed22575b19ead68ca468674527e0
SHA1: 7e9f0eaaf9778754842102c32aad6614053fdac3
MD5sum: 6a8e97e01f2f60b4a0807435edc88895
Description: 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.
Description-md5: bee49232d959186b28b7c671ca042e79
Homepage: https://virtualenv.pypa.io/
Section: python
Priority: optional
Filename: pool/main/p/python-virtualenv/python3-virtualenv_20.14.0+ds-1_all.deb