1👍
✅
Use pip
instead of pip-3.2
source venv/bin/activate
pip install Django==1.8
It seems pip-3.2
is pointing to system pip. You can check by which pip-3.2
Source:stackexchange.com