On Feb 19, 2015, at 5:27 AM, SHINTO PETER <[email protected]> wrote:
> How to install django in redhat where i have python 2.6 and 2.7 and i need to > install django in python 2.7 Use virtualenv to select and install python 2.7 from your existing installation into a separate place. There is a redhat package for virtualenv. Then use pip (which will be installed in that separate place) to install all of the other python packages. You can use an existing postgres installation but I’d recommend configuring a new data area for it. hth Tom > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/8feed982-d4e5-41a4-a1f5-463589711961%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2078B72A-2153-4BD8-A3DE-1D80EAF189C1%40gmail.com. For more options, visit https://groups.google.com/d/optout.

