I tried install the django by using regular commands.but it is not installing
Asked
Active
Viewed 29 times
1 Answers
2
sudo pip install django
or
inside virtualenv
source bin/activate
then
pip install django

Exprator
- 26,992
- 6
- 47
- 59