On Wed, Mar 18, 2009 at 3:00 PM, bob <rbr...@yahoo.com> wrote:
> Is there an option to install Django into a sandbox area, and if so,
> would it work?

Python's distutils module is configurable in a variety of ways,
including where it puts the packages it installs. You can use either
one-off command-line options to setup.py, or create a configuration
file which will always be used. You'll probably want to consult its
documentation:

http://docs.python.org/install/index.html#alternate-installation




-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to