Re: Installing Django and Python 3.4 on a freshly registered Debian VPS

2015-07-11 Thread Marek Turnovec
> > > Just searching the net I found: > http://www.extellisys.com/articles/python-on-debian-wheezy . It has > information about how to install python 3.4 on If possible switch to an > ubuntu server instead, because then you will get python 3.4 as standard. > > I think that it's not necessary. I

Re: Installing Django and Python 3.4 on a freshly registered Debian VPS

2015-07-07 Thread Linux4Bene
Op Sat, 04 Jul 2015 19:39:00 +0200, schreef Andreas Kuhne: > Hi, > > Just searching the net I found: > http://www.extellisys.com/articles/python-on-debian-wheezy . It has > information about how to install python 3.4 on debian. However I haven't > used Debian myself (we use ubuntu on our product

Re: Installing Django and Python 3.4 on a freshly registered Debian VPS

2015-07-04 Thread Andreas Kuhne
2015-07-04 14:19 GMT+02:00 Christian Kleineidam < christian.kleinei...@gmail.com>: > I want to install Django and Python 3.4 on a freshly registered Debian > server. > What are the steps I have to take given that I want to use Python 3.4 and > not the debian default of 2.7? > I expect I also need

Installing Django and Python 3.4 on a freshly registered Debian VPS

2015-07-04 Thread Christian Kleineidam
I want to install Django and Python 3.4 on a freshly registered Debian server. What are the steps I have to take given that I want to use Python 3.4 and not the debian default of 2.7? I expect I also need to install Apache, is that right? Can you point me to a good tutorial that explains all the