2017-12-12 1 views

답변

2
sudo pip install django 


or 

inside virtualenv 

source bin/activate 

then 

pip install django 
관련 문제