Re: Not able to install Django in ubuntu 16.04

2018-12-23 Thread Rabil Abdullahi
Follow the following steps: sudo apt-get install python3 pip sudo apt-get install python3-venv mkdir "your project's-name" cd project-name python3 -m venv "Your virtual-environment name" source Your virtual-environment name/bin/activate pip install django On Fri, Dec 21, 2018 at 9:36 PM Sanjeev

Re: Not able to install Django in ubuntu 16.04

2018-12-21 Thread Sanjeev Singh
@ Dr. Sandeep Singh Sengar Can you please show me your error. On Fri, Dec 21, 2018 at 10:20 PM Sandeep Sengar < sandeep.iitdhan...@gmail.com> wrote: > done; > > On Fri, Dec 21, 2018 at 8:30 PM Gear Crew > wrote: > >> Hello the first one show us your message errors and the second prefer use >>

Re: Not able to install Django in ubuntu 16.04

2018-12-21 Thread Sandeep Sengar
done; On Fri, Dec 21, 2018 at 8:30 PM Gear Crew wrote: > Hello the first one show us your message errors and the second prefer use > virtual environment like pipenv or virtualenv and hold on until solve your > problem > On Friday, 21 December 2018 15:34:00 UTC+2, Dr. Sandeep Singh Sengar

Re: Not able to install Django in ubuntu 16.04

2018-12-21 Thread Gear Crew
Hello the first one show us your message errors and the second prefer use virtual environment like pipenv or virtualenv and hold on until solve your problem On Friday, 21 December 2018 15:34:00 UTC+2, Dr. Sandeep Singh Sengar wrote: > > Hi, > > I have tried lot to install Django framework from

Not able to install Django in ubuntu 16.04

2018-12-21 Thread Dr. Sandeep Singh Sengar
Hi, I have tried lot to install Django framework from https://docs.djangoproject.com/en/2.1/topics/install/#installing-official-release . However every time there is new error, kindly support me in this regard by providing clear steps. I am using Python 3.7.1 and pip 18.1 Your help will be