Re: “python -m django --version” 1.11.18 Cannot update to 2.1

2019-02-10 Thread sachin thakur
Uninstall the 1.11.18 and install 2.1 On Mon 11 Feb, 2019, 9:08 AM JP Smith I know that you are new so, I don't want to overwhelm you. One thing that > you might want to look into is pip, which is a package management tool for > python. This will allow you to install python packages and keep

Re: “python -m django --version” 1.11.18 Cannot update to 2.1

2019-02-10 Thread JP Smith
I know that you are new so, I don't want to overwhelm you. One thing that you might want to look into is pip, which is a package management tool for python. This will allow you to install python packages and keep them up-to-date. The if you want to take a more manual approach, you could

“python -m django --version” 1.11.18 Cannot update to 2.1

2019-02-10 Thread Dom Delbuco
I'm new to Python and Django, I watched a tutorial that requires me to have Django 2.1. When I type in "python -m django --version" - my Ubuntu terminal says 1.11.18 But, when I type "django-admin --version" - terminal says 2.1 This didn't bother me until I reached part 6 of this series, I'm