Re: Getting Start Django

2016-09-02 Thread Jani Tiainen
Hi, One thing to note here: NEVER use pip with sudo. You may accidentally break packages from your distribution and easily end up in the case that you whole system is broken. You also should install virtualenvwrapper it makes virtualenv handling even more pleasant. On 31.08.2016 19:19, 'Ab

Re: Getting Start Django

2016-08-31 Thread jsroyal
Thanks @Abraham for helping me out. Now i getting run up. -- 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

Re: Getting Start Django

2016-08-31 Thread 'Abraham Varricatt' via Django users
It's nice that you are on Ubuntu. :) Here is a quick and dirty way to get up to speed, (going to assume you will use python3) # Installing virtualenv globally $ sudo apt-get update $ sudo apt-get install python3-pip $ sudo pip3 install virtualenv Once you have that done, navigate to an empty di

Re: Getting Start Django

2016-08-31 Thread ludovic coues
+1 on using pip It will make your live easier 2016-08-31 15:15 GMT+02:00 Daniel França : > I rather recommend you using a virtualenv and install using pip instead > http://tutorial.djangogirls.org/en/django_installation/ > > On Wed, 31 Aug 2016 at 14:50 jsroyal wrote: >> >> >> sudo apt-get instal

Re: Getting Start Django

2016-08-31 Thread Daniel França
I rather recommend you using a virtualenv and install using pip instead http://tutorial.djangogirls.org/en/django_installation/ On Wed, 31 Aug 2016 at 14:50 jsroyal wrote: > > sudo apt-get install python-django-common > Through this command. > > > > -- > You received this message because you are

Re: Getting Start Django

2016-08-31 Thread jsroyal
sudo apt-get install python-django-common Through this command. -- 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

Re: Getting Start Django

2016-08-31 Thread Daniel França
How did you install Django? On Wed, 31 Aug 2016 at 14:17 jsroyal wrote: > Hello guys, > I am newbie in Django and started learning with Standard Documentation > version: > *1.10.I *already Install Django 1.10 and Python 3.4 in Linux Ubuntu 15.04 > But in first phage I got some problem > I ty