On Jun 13, 1:24 pm, eduardo <[EMAIL PROTECTED]> wrote: > SAGE in "/home/SAGE/sage-3.0.2" (as root) > IOError: [Errno 13] Permission denied: '/home/SAGE/sage-3.0.2/local/...
If you install (extract) something as root, the root is owner. You should give the ownership to yourself, or make it read/writeable to all try: cd /home/SAGE sudo chmod -R a+rw . and/or sudo chown -R ocampo:ocampo . (if sudo gives an error, "su -"; passwords are your user or root/admin passwords) h --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---