[Python-Dev] draft PEP: virtual environments
Vinay Sajip
vinay_sajip at yahoo.co.uk
Sun Oct 30 16:42:11 CET 2011
More information about the Python-Dev mailing list
Sun Oct 30 16:42:11 CET 2011
- Previous message: [Python-Dev] draft PEP: virtual environments
- Next message: [Python-Dev] draft PEP: virtual environments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Antoine Pitrou <solipsis <at> pitrou.net> writes: > Please don't make it a zip file. We want code to be easily trackable > and editable. Of course. I was thinking of a directory tree in the source, subject to our normal revision control, but processed during make or installation to be available as a zip file once deployed. It was a general point about data that I was making; in this particular case, that data just happens to be source code. Regards, Vinay Sajip
- Previous message: [Python-Dev] draft PEP: virtual environments
- Next message: [Python-Dev] draft PEP: virtual environments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list