Sunday, December 23, 2018

Re: Not able to install Django in ubuntu 16.04

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 <sanjeevsinghdevil97@gmail.com> wrote:
@

Dr. Sandeep Singh Sengar


Can you please show me your error.

On Fri, Dec 21, 2018 at 10:20 PM Sandeep Sengar <sandeep.iitdhanbad@gmail.com> wrote:
done;

On Fri, Dec 21, 2018 at 8:30 PM Gear Crew <mohamed.khaled33388@gmail.com> 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+unsubscribe@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-9999635492

--
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+unsubscribe@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+unsubscribe@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+unsubscribe@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.

No comments:

Post a Comment