forgot to add this to my last post...

I created an 'env' dir in my home folder, there I have the enviroments
dirs 'py23-zope2.8' and 'py25-dj-nfa' for example.
This is what I need to do, to active the environment in the shell and
what it looks after:

host:~ username$ source ~/env/py25-dj-nfa/bin/activate
(py25-dj-nfa)host:~ -username- $

'easy_install' and 'python setup.py install' installs then everything
into '/Users/-username-/env/py25-dj-nfa/lib/python2.5/site-packages'
and you get your own python bin dir for python and other binaries in '/
Users/-username-/env/py25-dj-nfa/bin'

Because I choose to install it into my home dir, I don't need sudo or
root access.

I use this type of setup on mac and linux.

Yves
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to