How to Install and Uninstall python3-virtualenvwrapper Package on openSUSE Leap

Last updated: May 22,2024

1. Install "python3-virtualenvwrapper" package

In this section, we are going to explain the necessary steps to install python3-virtualenvwrapper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-virtualenvwrapper

2. Uninstall "python3-virtualenvwrapper" package

Learn how to uninstall python3-virtualenvwrapper on openSUSE Leap:

$ sudo zypper remove python3-virtualenvwrapper

3. Information about the python3-virtualenvwrapper package on openSUSE Leap

Information for package python3-virtualenvwrapper:
--------------------------------------------------
Repository : Main Repository
Name : python3-virtualenvwrapper
Version : 4.8.4-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 163.7 KiB
Installed : No
Status : not installed
Source package : python-virtualenvwrapper-4.8.4-bp155.2.11.src
Upstream URL : https://virtualenvwrapper.readthedocs.io/
Summary : Enhancements to virtualenv
Description :
virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
tool. The extensions include wrappers for creating and deleting virtual
environments and otherwise managing your development workflow, making it
easier to work on more than one project at a time without introducing
conflicts in their dependencies.
1. Organizes all of your virtual environments in one place.
2. Wrappers for creating, copying and deleting environments, including
user-configurable hooks.
3. Use a single command to switch between environments.
4. Tab completion for commands that take a virtual environment as
argument.
5. User-configurable hooks for all operations.
6. Plugin system for more creating sharable extensions.