How to Install and Uninstall python3-virtualenv-clone.noarch Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "python3-virtualenv-clone.noarch" package

Learn how to install python3-virtualenv-clone.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-virtualenv-clone.noarch

2. Uninstall "python3-virtualenv-clone.noarch" package

This is a short guide on how to uninstall python3-virtualenv-clone.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-virtualenv-clone.noarch $ sudo dnf autoremove

3. Information about the python3-virtualenv-clone.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:09:03 ago on Sun May 9 13:03:46 2021.
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.