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

Last updated: October 05,2024

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

This guide covers the steps necessary to install python3-virtualenv-clone.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall python3-virtualenv-clone.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:16:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.7
Release : 2.fc36
Architecture : noarch
Size : 21 k
Source : python-virtualenv-clone-0.5.7-2.fc36.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.