I've downloaded a tar and unpacked it from the command line. The package contains a setup python script that I'm having all sorts of trouble installing. I've chmod'ed the file to the highest privileges (a+x) but when I go to issue the install command it returns "permission denied". I follow that...
I've downloaded a tar and unpacked it from the command line. The package contains a setup python script that I'm having all sorts of trouble installing. I've chmod'ed the file to the highest privileges (a+x) but when I go to issue the install command it returns "permission denied". I follow that by putting a sudo command at the beginning of the line and then it returns no such file or directory.
Ideas?