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

Last updated: May 13,2024

1. Install "python2-virtualenvwrapper" package

Please follow the steps below to install python2-virtualenvwrapper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-virtualenvwrapper

2. Uninstall "python2-virtualenvwrapper" package

Please follow the step by step instructions below to uninstall python2-virtualenvwrapper on openSUSE Leap:

$ sudo zypper remove python2-virtualenvwrapper

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

Information for package python2-virtualenvwrapper:
--------------------------------------------------
Repository : Main Repository
Name : python2-virtualenvwrapper
Version : 4.8.4-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 152,5 KiB
Installed : No
Status : not installed
Source package : python-virtualenvwrapper-4.8.4-bp153.1.14.src
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.