Ask Your Question

ahaensch's profile - activity

2016-10-10 12:16:46 +0200 received badge  Famous Question (source)
2016-03-12 10:19:43 +0200 received badge  Notable Question (source)
2014-12-11 11:30:53 +0200 received badge  Nice Question (source)
2014-08-25 18:00:47 +0200 received badge  Student (source)
2014-01-04 08:15:46 +0200 received badge  Popular Question (source)
2012-09-29 15:02:09 +0200 asked a question notebook ERROR on OS X 10.8

I just built sage-5.3 from source using (a newly upgraded) OS X 10.8, and now Im unable to start my notebook. I run notebook(), and get the error message

OSError: [Errno 2] No such file or directory: '/Users/~/.sage/sage_notebook.sagenb/home/pub'

And these files are indeed missing. Is there some sort of initialization step that needs to be taken?

2012-09-27 16:04:13 +0200 commented answer change default web browser

I tried .bash and .bash_profile, and nothing is changing. I'm not sure if I'm doing this correctly though. I have an empty text file in my home directory called .bash_profile, and them I'm adding export SAGE_BROWSER="safari" through vim. I write it, quit it, and restart sage, and nothing has changed. Does this sound like the correct process? Many thanks!

2012-09-27 11:48:54 +0200 asked a question change default web browser

I'm trying to change my default browser for notebook. I created a .bashrc file in my home directory, and added the line export SAGE_BROWSER="safari" and so far nothing has changed. I rebuilt sage, and when I go to notebook, it still opens firefox. Any ideas?