ports/devel/py-virtualenv-clone/pkg-descr
Nicola Vitale 0ab5c81150
devel/py-virtualenv-clone: Update to 0.5.7
- Reorder variables in Makefile
- Improve text in pkg-descr
2022-11-28 18:54:39 +01:00

9 lines
478 B
Text

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.
This script attempts to overcome these and other issues and provide a way to
easily clone an existing virtualenv.