Why do I get "permission denied" errors with Python easy_install?
- by ATMathew
I'm an Ubuntu newbie and have been trying to install python's easy_install so that I don't have to deal with source files when install Python libraries.
I"ve ran the following, and it seems to install the correct applications:
sudo apt-get install python-setuptools
However, when i run easy_install sqlalchemy or easy_install pysqlite3, it…