Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python311-virtualenv

virtualenv is a tool to create isolated Python environments. The basic problem being addressed is one of dependencies and versions, and indirectly permissions. Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. Or more generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application. Also, what if you cant install packages into the global site-packages directory? For instance, on a shared host. In all these cases, virtualenv can help you. It creates an environment that has its own installation directories, that doesnt share libraries with other virtualenv environments (and optionally doesnt use the globally installed libraries either).

Found 2 sites for python311-virtualenv

Found 4 RPM for python311-virtualenv

PackageSummaryDistributionDownload
python311-virtualenv-20.26.1-1.1.noarch.htmlVirtual Python Environment builderOpenSuSE Tumbleweed for noarchpython311-virtualenv-20.26.1-1.1.noarch.rpm
Virtual Python Environment builderpython311-virtualenv-20.26.1-1.1.noarch.rpm
python311-virtualenv-20.25.3-1.1.noarch.htmlVirtual Python Environment builderOpenSuSE Ports Tumbleweed for noarchpython311-virtualenv-20.25.3-1.1.noarch.rpm
python311-virtualenv-20.22.0-150400.9.3.9.noarch.htmlVirtual Python Environment builderOpenSuSE Leap 15.6 for noarchpython311-virtualenv-20.22.0-150400.9.3.9.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet