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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -