Answer the question
In order to leave comments, you need to log in
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?
Answer the question
In order to leave comments, you need to log in
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 dosudo pip ...
sudo npm
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 questionAsk a Question
731 491 924 answers to any question