How to Install and Uninstall python3-virtualenv-clone.noarch Package on CentOS Stream 8
Last updated: January 11,2025
1. Install "python3-virtualenv-clone.noarch" package
Please follow the instructions below to install python3-virtualenv-clone.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-virtualenv-clone.noarch
Copied
2. Uninstall "python3-virtualenv-clone.noarch" package
Please follow the steps below to uninstall python3-virtualenv-clone.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-virtualenv-clone.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-virtualenv-clone.noarch package on CentOS Stream 8
Last metadata expiration check: 2:35:32 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.4
Release : 1.el8
Architecture : noarch
Size : 21 k
Source : python-virtualenv-clone-0.5.4-1.el8.src.rpm
Repository : epel
Summary : Script to clone virtualenvs
URL : http://pypi.python.org/pypi/virtualenv-clone
License : MIT
Description : virtualenv cloning script.
:
: A script for cloning a non-relocatable virtualenv.
:
: Virtualenv provides a way to make virtualenv's relocatable which could then
: be copied as we wanted. However making a virtualenv relocatable this way
: breaks the no-site-packages isolation of the virtualenv as well as other
: aspects that come with relative paths and '/usr/bin/env' shebangs that may
: be undesirable.
:
: Also, the .pth and .egg-link rewriting doesn't seem to work as intended.
: This attempts to overcome these issues and provide a way to easily clone an
: existing virtualenv.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.4
Release : 1.el8
Architecture : noarch
Size : 21 k
Source : python-virtualenv-clone-0.5.4-1.el8.src.rpm
Repository : epel
Summary : Script to clone virtualenvs
URL : http://pypi.python.org/pypi/virtualenv-clone
License : MIT
Description : virtualenv cloning script.
:
: A script for cloning a non-relocatable virtualenv.
:
: Virtualenv provides a way to make virtualenv's relocatable which could then
: be copied as we wanted. However making a virtualenv relocatable this way
: breaks the no-site-packages isolation of the virtualenv as well as other
: aspects that come with relative paths and '/usr/bin/env' shebangs that may
: be undesirable.
:
: Also, the .pth and .egg-link rewriting doesn't seem to work as intended.
: This attempts to overcome these issues and provide a way to easily clone an
: existing virtualenv.