K
K
Kirill Bazhenov2018-01-28 18:01:11
Django
Kirill Bazhenov, 2018-01-28 18:01:11

I can’t download Django, it gives an error, what should I do?

I can’t download Django, it gives an error, what should I do?
5a6de5b2c756a710577369.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2018-01-28
@Pain123

sudo pip3 install django

S
sim3x, 2018-01-28
@sim3x

cd ~
mkdir test_proj
cd test_proj
python3 -m venv test_proj_env
source test_proj_env/bin/activate
pip install django
django-admin startproject test_proj
# do work
deactivate
if someone asks you to do
sudo pip ...
sudo npm

Everything except
sudo apt
sudo apt-get
don't do it if you don't understand why you need it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question