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 python2-virtualenv-clone

virtualenv cloning script. A script for cloning a non-relocatable virtualenv. Virtualenv provides a way to make virtualenv's relocatable which could then be copied as we wanted. However making a virtualenv relocatable this way breaks the no-site-packages isolation of the virtualenv as well as other aspects that come with relative paths and '/usr/bin/env' shebangs that may be undesirable. Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This attempts to overcome these issues and provide a way to easily clone an existing virtualenv. It performs the following: - copies sys.argv[1] dir to sys.argv[2] - updates the hardcoded VIRTUAL_ENV variable in the activate script to the new repo location. (--relocatable doesn't touch this) - updates the shebangs of the various scripts in bin to the new python if they pointed to the old python. (version numbering is retained.) it can also change '/usr/bin/env python' shebangs to be absolute too, though this functionality is not exposed at present. - checks sys.path of the cloned virtualenv and if any of the paths are from the old environment it finds any .pth or .egg-link files within sys.path located in the new environment and makes sure any absolute paths to the old environment are updated to the new environment. - finally it double checks sys.path again and will fail if there are still paths from the old environment present.

Found 1 sites for python2-virtualenv-clone

Found 2 RPM for python2-virtualenv-clone

PackageSummaryDistributionDownload
python2-virtualenv-clone-0.5.4-bp153.1.16.noarch.htmlScript to clone virtualenvsOpenSuSE Leap 15.3 for noarchpython2-virtualenv-clone-0.5.4-bp153.1.16.noarch.rpm
python2-virtualenv-clone-0.5.4-lp152.1.1.noarch.htmlScript to clone virtualenvsOpenSuSE Leap 15.2 for noarchpython2-virtualenv-clone-0.5.4-lp152.1.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet