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¶ 
<https://docs.djangoproject.com/en/1.9/howto/windows/#install-virtualenv-and-virtualenvwrapper>

Then i tried to instal virtualenv and virtualenvwrapper as it is said:

pip install virtualenvwrapper-win

but 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.

Reply via email to