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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -