You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

virtualenv-make-relocatable

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtualenv-make-relocatable

simple tool to make virtualenv provided scripts relocatable

0.0.1
pipPyPI
Maintainers
1

virtualenv-make-relocatable

simple tool to make scripts provided by virtualenv relocatable

Background

Historically virtualenv supported option --relocatable to rewrite shibangs for scripts installed in it. It's very useful option if you plan to create docker image from your virtualenv directory. Unfortunately since version 20.0 virtualenv removed this option.

This project provides tool for performing removed functionality

How to use

just run virtualenv-make-relocatable <VENV-DIRECTORY>

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts