Hello there, I'd strongly suggest you use the same version of Python on your development machines and on your servers.
You should be able to install a pre-compiled version of Python 3.5 on Ubuntu 14.04 LTS by adding the deadsnakes PPA[0] running apt-get update and then apt-get install python3.5. Best, Simon [0] https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes Le dimanche 13 août 2017 08:51:17 UTC-4, Seo Brain a écrit : > > Hi, the question is about which python version suppose to use. On web > server is ubuntu 14.4 - python v3.4 (i assume) with virtualenv, my local is > python v3.5 or may be using v3.4 if i have to keep the same version on web > server ? v3.4 seems has issue to install on one of my windows 7, but no > issue on mac. or may be i suppose to use virtual-box to keep the > environment same everywhere dev and production server ? > thanks in advance. Ross > > -- 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 https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c1e8c6a8-48ad-40a1-b03e-229def226b6c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

