I activated a virtualenv which has pip installed. I did
pip3 install Django==1.8
and Django successf
Easiest way is probably
pip3 -V
This will show you where your pip is installed and therefore where your packages are located.