thisismedium / virtualenv-commands

Additional commands to augment the python virtualenv package.
http://thisismedium.com/labs/virtualenv-commands/
BSD 2-Clause "Simplified" License
37 stars 7 forks source link

Extended virtualenvs don't get bin/* #1

Closed void closed 14 years ago

void commented 15 years ago

When you extend a virtualenv you loose the bin/* files. This is bad for example when extending a django virtualenv you don't get django-admin.py installed and such.

Would be really useful if the bin dir original contents could be in the extended repos.

weaver commented 14 years ago

Sorry for the long delay. This has been fixed.