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

Last updated: October 12,2024

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

This guide let you learn how to install python3-virtualenv-clone.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall python3-virtualenv-clone.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:20:05 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.7
Release : 5.fc38
Architecture : noarch
Size : 24 k
Source : python-virtualenv-clone-0.5.7-5.fc38.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.