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 python312-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 1 sites for python312-virtualenv

Found 2 RPM for python312-virtualenv

PackageSummaryDistributionDownload
python312-virtualenv-20.26.1-1.1.noarch.htmlVirtual Python Environment builderOpenSuSE Tumbleweed for noarchpython312-virtualenv-20.26.1-1.1.noarch.rpm
Virtual Python Environment builderpython312-virtualenv-20.26.1-1.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet