uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
374 stars 100 forks source link

Trouble using as regular user after installing. #138

Closed 7h3kk1d closed 10 years ago

7h3kk1d commented 11 years ago

I tried installing with sudo python setup.py install but now when I try to run as a non-root user I get IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/python_dateutil-2.1-py2.7.egg/EGG-INFO/requires.txt'

I'm using Ubuntu 13.04

Thanks and sorry for the noob question

DaveQB commented 10 years ago

@7h3kk1d What does:

ls -l '/usr/local/lib/python2.7/dist-packages/python_dateutil-2.1-py2.7.egg/EGG-INFO/requires.txt'

Show?

7h3kk1d commented 10 years ago

I'm not sure I'm going to mark this as closed. I nuked my python install and all my packages and it's working now. Thank you