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 Singh 
wrote:

> @
> 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 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
 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 highly appreciated.

 Thank You

>>> --
>>> 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 django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> 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/f662458a-b7e7-4324-80b7-c5d4d3593e44%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> Warm Regards,
>> *Dr. Sandeep Singh Sengar,*
>>
>> *MTech (MNNIT-Allahabad), PhD (IIT-Dhanbad)*
>>
>> *Assistant Professor, Research Coordinator*
>>
>> *Department of Computer Science & Engineering,*
>> *GL Bajaj Institute of Technology & Management,*
>>
>> *Gr. Noida, INDIA*
>>
>> **
>> *Voice: +91-635492*
>> *Email: sandeep.si...@glbitm.org *
>>
>>
>> *Google Scholar: 
>> https://scholar.google.co.in/citations?user=ULBn6XIJ=en=ao
>>   *
>> *Research Gate: *
>> *https://www.researchgate.net/profile/Sandeep_Singh_Sengar
>> *
>> *Linkedin**: **https://www.linkedin.com/in/dr-sandeep-singh-sengar-8038717b/
>> *
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/CAMabqZQeCR0dAYT2Og6wNixb8wkNaO%2BrRt3zUsYUKKjB8UMYEw%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/CA%2Btz_AAh2_fG2zLArcLtNGOJTXHBzejdqUPn3BbKir7ubJJC2g%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAO2Ykc54mt%2BzFkgGYTLhFEokBrVaGr%2BfDBHqp9ZKiCxSThkmPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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
>> 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
>>> 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 highly appreciated.
>>>
>>> Thank You
>>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/f662458a-b7e7-4324-80b7-c5d4d3593e44%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Warm Regards,
> *Dr. Sandeep Singh Sengar,*
>
> *MTech (MNNIT-Allahabad), PhD (IIT-Dhanbad)*
>
> *Assistant Professor, Research Coordinator*
>
> *Department of Computer Science & Engineering,*
> *GL Bajaj Institute of Technology & Management,*
>
> *Gr. Noida, INDIA*
>
> **
> *Voice: +91-635492*
> *Email: sandeep.si...@glbitm.org *
>
>
> *Google Scholar: 
> https://scholar.google.co.in/citations?user=ULBn6XIJ=en=ao
>   *
> *Research Gate: *
> *https://www.researchgate.net/profile/Sandeep_Singh_Sengar
> *
> *Linkedin**: **https://www.linkedin.com/in/dr-sandeep-singh-sengar-8038717b/
> *
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/CAMabqZQeCR0dAYT2Og6wNixb8wkNaO%2BrRt3zUsYUKKjB8UMYEw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CA%2Btz_AAh2_fG2zLArcLtNGOJTXHBzejdqUPn3BbKir7ubJJC2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 wrote:
>>
>> 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 highly appreciated.
>>
>> Thank You
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/f662458a-b7e7-4324-80b7-c5d4d3593e44%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Warm Regards,
*Dr. Sandeep Singh Sengar,*

*MTech (MNNIT-Allahabad), PhD (IIT-Dhanbad)*

*Assistant Professor, Research Coordinator*

*Department of Computer Science & Engineering,*
*GL Bajaj Institute of Technology & Management,*

*Gr. Noida, INDIA*

**
*Voice: +91-635492*
*Email: sandeep.si...@glbitm.org *


*Google Scholar:
https://scholar.google.co.in/citations?user=ULBn6XIJ=en=ao
  *
*Research Gate: *
*https://www.researchgate.net/profile/Sandeep_Singh_Sengar
*
*Linkedin**: **https://www.linkedin.com/in/dr-sandeep-singh-sengar-8038717b/
*

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAMabqZQeCR0dAYT2Og6wNixb8wkNaO%2BrRt3zUsYUKKjB8UMYEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
> 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 highly appreciated. 
>
> Thank You
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/f662458a-b7e7-4324-80b7-c5d4d3593e44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 highly appreciated. 

Thank You

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/ac9215ff-2f90-49aa-aab8-5af11d8d533f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.