When conda install django, PermissionError(13, 'Permission denied')
I solved with:
sudo chown -R user anaconda3
I used this issue as reference.
I would like to add that the same goes for windows command prompt. You must run the Anaconda prompt as Admin.