How to Install and Uninstall python3-virtualenv-clone.noarch Package on Fedora 39

Last updated: November 25,2024

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

Please follow the guidelines below to install python3-virtualenv-clone.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall python3-virtualenv-clone.noarch on Fedora 39:

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

3. Information about the python3-virtualenv-clone.noarch package on Fedora 39

Last metadata expiration check: 4:04:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.7
Release : 8.fc39
Architecture : noarch
Size : 24 k
Source : python-virtualenv-clone-0.5.7-8.fc39.src.rpm
Repository : fedora
Summary : Script to clone Python virtual environments
URL : https://github.com/edwardgeorge/virtualenv-clone
License : MIT
Description : A script for cloning a non-relocatable Python virtual environment.
:
: Virtualenv provides a way to make a virtual environment 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.
:
: Virtualenv-clone attempts to overcome these issues and provide a way to easily
: clone an existing virtualenv.