Skip to content Skip to sidebar Skip to footer

How To Upgrade Django To 2.0 Version

I've been traying to upgrade my django versión and I've coudnt. xxx@yyyyyy:~# python Python 2.7.12 (default, Nov 20 2017, 18:23:56) [GCC 5.4.0 20160609] on linux2 Type 'help', 'c

Solution 1:

Django 2.0 isn't available for Python 2.7, so you should install Python 3 to work with it. I recommend making a virtualenv to don't have problem with the instalation.

Follow this steps and you will success :) https://help.dreamhost.com/hc/en-us/articles/115000695551-Installing-and-using-Python-s-virtualenv-using-Python-3


Post a Comment for "How To Upgrade Django To 2.0 Version"