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

Last updated: October 12,2024

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

Here is a brief guide to show you how to install python3-virtualenv-clone.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall python3-virtualenv-clone.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:13:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.7
Release : 1.fc35
Architecture : noarch
Size : 21 k
Source : python-virtualenv-clone-0.5.7-1.fc35.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.