aboutsummaryrefslogtreecommitdiff
path: root/devel/py-virtualenv-clone/pkg-descr
blob: 7cdfef1658cad54ff63d8ad0940071a6093d7ff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.