On Mar 19, 2014, at 3:16 PM, Jon Hayenga <[email protected]> wrote:
> I'm a newbie to sage so this may be a dumb question. > > After install I'm getting the following log feedback when I try to run... > > -------------- > Setting environment variables > /Applications/Sage-6.1.1 2.app/Contents/Resources/start-sage.sh: line 43: > spkg/bin/sage-env: No such file or directory > Warning: overwriting SAGE_ROOT environment variable: > Old SAGE_ROOT=/Applications/Sage-6.1.1 2.app/Contents/Resources/sage/ > New SAGE_ROOT=/Applications/Sage-6.1.1 2.app/Contents/Resources/sage > usage: dirname path > Error: The path to the Sage directory ($SAGE_ROOT) MUST NOT contain spaces. > It is currently "/Applications/Sage-6.1.1 2.app/Contents/Resources/sage". > Please correct this by moving Sage (or renaming one or more directories) > first. > Exiting now... > -------------- > > I get that it doesn't want spaces in the filename, but how do I fix this? It > appears to be part of a Sage script . Must I edit the script? Must I edit > the path as well? Your application is named "Sage-6.1.1 2.app", so just remove the space from that name (e.g. change it to "Sage-6.1.1-2.app") and you should be fine. HTH, Ivan -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
