Quote:
Originally Posted by epstewart
Possibly you need to run Disk Utility, from the Utilities folder, and Repair Disk Permissions on your main hard drive?
|
Actually, I'm pretty sure the permissions are actually working perfectly!
You need to run the installation as super user, as normal users do not have permission to write to the system python directories.
Precede the command with "sudo." For example, if the command is "make install" you would type:
"sudo make install"
-Pie