On Wed, Jan 23, 2019 at 1:41 PM nandini nandu
<nandininanduk...@gmail.com> wrote:
>
> While running ./sage from my terminal, I got this error. Please help me. I am 
> using Ubuntu 18.04. I succesfully installed LaTex, ImageMagick.
>
>
> Error: The path to the Sage directory ($SAGE_ROOT) MUST NOT contain spaces.
> It is currently "/home/sanju/Program 
> files/sage-8.6-Ubuntu_18.04-x86_64/SageMath".
> Please correct this by moving Sage (or renaming one or more directories) 
> first.
> Exiting now...
> Error setting environment variables by sourcing '/home/sanju/Program 
> files/sage-8.6-Ubuntu_18.04-x86_64/SageMath/src/bin/sage-env';

Hello,

As the error message states very loudly:

> Error: The path to the Sage directory ($SAGE_ROOT) MUST NOT contain spaces.

You installed sage in a path containing "Program files" which contains
spaces.  So please don't do that.

For what it's worth, this is not so much a problem with sage itself,
but rather with some of the software that it provides wrappers for,
not all of which is as flexible when it comes to system integration.
So the error is trying to prevent you from doing this so that you'll
have less pain later.

Please don't build programs in a path containing spaces in
general--lots of UNIX-y software tends to not like this (and it's more
pain for you too).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to