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 production servers), so I can't > verify if it's completely correct. Looks ok though. If possible switch > to an ubuntu server instead, because then you will get python 3.4 as > standard. > > Regarding apache, I would probably choose nginx instead because it > should be faster. > > Regards, > > Andréas That's how I do it on my VPS. I also compile my own version. Another option on Debian might be to look for a back port of Python 3.4 depending on the version (Wheezy 7.8/Jessie 8.1) you run. Wheeze has python 3.2; Jessie Python 3.4, both installable as: apt-get install python3 You can find what packages debian uses in the various releases: https://packages.debian.org/ I like to compile my own as I works perfectly with virtualenv to exactly use the version I want for my projects without messing with the system wide Python installation. Regards, Bene -- 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/mngj7k%24kmo%245%40ger.gmane.org. For more options, visit https://groups.google.com/d/optout.

