I followed the instructions for System-wide install found here
http://www.sagemath.org/doc/installation/source.html#installation-in-a-multiuser-environment
When I log on to the server, I try to run sage, and I see the output
below. There is no folder /home/bob/.sage/ipython. Hitting RETURN at
the end of the code outputs hundreds of lines stuff.
How would I fix this problem? Thanks.
$.: sage
----------------------------------------------------------------------
| Sage Version 4.1.1, Release Date: 2009-08-14 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
cp: cannot stat `/home/bob/.sage/ipython': Permission denied
Traceback (most recent call last):
File "/usr/local/sage-4.1.1/local/bin/sage-cleaner", line 28, in
<module>
os.makedirs(tmp)
File "/usr/local/sage-4.1.1/local/lib/python/os.py", line 150, in
makedirs
makedirs(head, mode)
File "/usr/local/sage-4.1.1/local/lib/python/os.py", line 157, in
makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/bob/.sage//temp'
**********************************************************************
Welcome to IPython. I will try to create a personal configuration
directory
where you can customize many aspects of IPython's functionality in:
/home/bob/.sage/ipython
Initializing from configuration /usr/local/sage-4.1.1/local/lib/
python2.6/site-packages/IPython/UserConfig
WARNING:
There was a problem with the installation:
[Errno 13] Permission denied: '/home/bob/.sage/ipython'
Try to correct it or contact the developers if you think it's a bug.
IPython will proceed with builtin defaults.
Please press <RETURN> to start IPython.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---