How to Install and Uninstall python3-virtualenvwrapper Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python3-virtualenvwrapper" package

Please follow the steps below to install python3-virtualenvwrapper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-virtualenvwrapper

2. Uninstall "python3-virtualenvwrapper" package

This tutorial shows how to uninstall python3-virtualenvwrapper on openSuSE Tumbleweed:

$ sudo zypper remove python3-virtualenvwrapper

3. Information about the python3-virtualenvwrapper package on openSuSE Tumbleweed

Information for package python3-virtualenvwrapper:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-virtualenvwrapper
Version : 6.1.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 109.6 KiB
Installed : No
Status : not installed
Source package : python-virtualenvwrapper-6.1.0-1.1.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.