python - pymongo installation gives permission error -
i new ubuntu, python.
i tried installing pymongo this link
got error..
error: not create '/usr/local/lib/python2.7/dist-packages/pymongo': permission denied
how rectify that..
clearly need root permissions doing installation.
options:
use sudo or root account installing pymongo
use virtualenv creating python sandbox can install arbitrary module without root right
Comments
Post a Comment