-4

I tried install the django by using regular commands.but it is not installing

enter image description here

itzMEonTV
  • 19,851
  • 4
  • 39
  • 49

1 Answers1

2
sudo pip install django


or  

inside virtualenv

source bin/activate

then 

pip install django
Exprator
  • 26,992
  • 6
  • 47
  • 59