Install python and add to path In cmd > pip install django.
-----Mensaje original----- De: Carlos Andre Enviado: 29/01/2016 11:36 Para: [email protected] Asunto: Re: How to install Django on Windows article 1º download a version django (admint who python intaled); 2º unzip the django in your prefer path; 3º acess that path with cmd; 4º insert: setup.py install 2016-01-29 8:29 GMT-03:00 Rafael E. Ferrero <[email protected]>: Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu or other flavor of linux ? (if you need your windows) It's more easy for django and... it's recommended. Cheers !! Rafael E. Ferrero 2016-01-29 3:17 GMT-03:00 Руслан Ломагин <[email protected]>: Hello, i have some issues that is occured while i was installing Django on my Windows 10. I'm new in using Django framework and also python on windows. To the article: Install Python I installed python as it was said: Downloaded python 3.5.1 for windows. Installed using option: create system variable. Checked version. Install virtualenv and virtualenvwrapper¶ Then i tried to instal virtualenv and virtualenvwrapper as it is said: pip install virtualenvwrapper-winbut the command freezes (or hangs) widows command prompt.After some search i found "python -m pip install virtualenv" and "python -m pip install virtualenvwrapper" that worked well.And now i'm stuck.mkvirtualenv myproject is not working.As i investigated: mkvirtualenv is a batch file, that executes virtualenv.exe in python's Script folder.This executable file hangs my command prompt, every time i type mkvirtualenv myproject or executing "virtualenv.exe myproject" directly.I don't know what to do, but what i do know - those pip.exe, virtualenv.exe and other .exe files in %PYTHONHOME%\Scripts are hanging my commandprompt.If Anyone has any ideas with my problem, please help me. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/b86b3abf-7c66-414b-9bff-691a54868d88%40googlegroups.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 [email protected]. To post to this group, send email to [email protected]. 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/CAJJc_8X-FSzetbzvx4M%2BK6pbwDHe%2B4_u6%3DL2BPZqpckGvFU9LA%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 [email protected]. To post to this group, send email to [email protected]. 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/CAA8yBMyrnC9rxOK9z-xv_DZGWTAR2wYBPq2x9A9%3DynDVuafX4Q%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 [email protected]. To post to this group, send email to [email protected]. 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/56abbbb5.56a78c0a.25b37.0e75%40mx.google.com. For more options, visit https://groups.google.com/d/optout.

