pypa / packaging-problems

An issue tracker for the problems in packaging
152 stars 35 forks source link

Relocating Virtual Environments #22

Open dstufft opened 10 years ago

dstufft commented 10 years ago

The ability to relocate virtual environments was called out specifically as a major pain point.

kevinburke commented 10 years ago

+1! See github.com/twilio/shebang-fixer for an example

On Saturday, November 2, 2013, Donald Stufft wrote:

The ability to relocate virtual environments was called out specifically as a major pain point.

— Reply to this email directly or view it on GitHubhttps://github.com/dstufft/packaging-problems/issues/22 .


Kevin Burke | 415-723-4116 | www.twilio.com

daenney commented 10 years ago

I'm not sure about Python's venv but I thought virtualenv has a `--relocatable`` options. I'm unsure about how well it actually works and it what scenario's it could break.

pradyunsg commented 6 years ago

@dstufft The virtualenv work you'll be doing -- would this get covered in that?