Hi Chris,

Is there a reason you aren't following the pinax bootstrap style and
creating a virtualenv with the script?
Having all the apps installed into the system site-packages doesn't
feel right.

The project bootstrap script here 
http://github.com/hbussell/pinax-satchmo-buildout
attempts to do a similar thing.
It adds pinax integration with makes the process more complex but if
removed that it could become a simple 1 command process.

The real difference is the choice of buildout over virtualenv+pip.

I think buildout works well for this kind of project as it allows you
to define all the post install shell commands in the buildout in a
clear declarative way.
You can then add your custom eggs and recepies and keep your project
up to date easier than editing a python script.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to