On Jun 13, 6:01 am, Harald Schilly <[EMAIL PROTECTED]> wrote:
> On Jun 13, 1:24 pm, eduardo <[EMAIL PROTECTED]> wrote:
Hi,
> > 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 .
The issue here is that Sage needs to rewrite a bunch of files on the
first start up after being moved/installed, so start Sage as root
once. Then as a user you do not need to have write access to use Sage.
If you want to develop you need to own the files, etc.
> (if sudo gives an error, "su -"; passwords are your user or root/admin
> passwords)
>
> h
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---