virtualenv-make-relocatable: python-virtualenv-make-relocatable (make a virtualenv relocatable)
virtualenv-make-relocatable: 
virtualenv-make-relocatable: This is a simple tool to make scripts provided by virtualenv
virtualenv-make-relocatable: relocatable. Historically virtualenv supported option --relocatable
virtualenv-make-relocatable: to rewrite shibangs for scripts installed in it. It's very useful
virtualenv-make-relocatable: option if you plan to create docker image from your virtualenv
virtualenv-make-relocatable: directory. Unfortunately since version 20.0 virtualenv removed this
virtualenv-make-relocatable: option. This project provides tool for performing removed
virtualenv-make-relocatable: functionality.
virtualenv-make-relocatable: 
virtualenv-make-relocatable: