O
O
or latym2020-02-05 17:51:34
Django
or latym, 2020-02-05 17:51:34

Why doesn't my django install correctly?

I am trying to install django as it says on the official page

py -m pip install Django


But for some reason, during installation, such a warning was displayed

WARNING: The script virtualenv.exe is installed in 'C:\Users\user\AppData\Local\Programs\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.


And

WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

But I have pip version 20.0.2

and when I try to find out which version of django I have
, it says
C:\Users\user\AppData\Local\Programs\Python\Python37\python.exe: No module named Django

what am i doing wrong

python version 3.7.6

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2020-02-05
@dimonchik2013

you do it wrong, you put all
the python in c: / python37 and nowhere else

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question