Install Django and Python on Windows 8 of 9 -- Install and use Virtualenv on Windows

Install Django and Python on Windows 8 of 9 -- Install and use Virtualenv on Windows

CodingEntrepreneurs

10 лет назад

7,625 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Arun Manoj
Arun Manoj - 09.06.2019 10:49

hii, django never install in my pc

Ответить
Adongo Justice
Adongo Justice - 04.11.2016 02:12

wow, it works for me

Ответить
alan wong
alan wong - 22.02.2015 21:49

when i type '>pip freeze' into the cmd line it says that pip is not recognized as an internal or external command and as a result I have to type 'C:/Python34/Scripts/pip freeze. Is there a way I can fix this and just type pip freeze like the video?

Ответить
Joe Wang
Joe Wang - 28.08.2014 20:04

Hi, when I ran pip freeze, I couldn't see the line of distribute. The other two is ok. I tried to reinstall the distribute a few times and the problem is still there. Thanks.

Ответить
mostexcellent
mostexcellent - 30.05.2014 02:45

When i did pip freeze after activating the virtual environment windows came back with a fatal error in launcher saying that it could not create a process from my file paths.

Ответить
Emanuel Pontoni
Emanuel Pontoni - 21.04.2014 16:11

When i activate the virtual enviroment and put the command "django-admin.py startproject [project_name] a error is raised.

File "E:\Users\MyUser\MY_ENVIRONMENT\Scripts\django-admin.py", line 2, in
from django.core import management
ImportError: No module named django.core

Ответить