Dear All, Does this apply only to "$SAGE_ROOT"? Can sub-directories of "$SAGE_ROOT" (like "lo space cal") contain spaces? Is it OK for $SAGE_LOCAL to contain spaces? If it is so, why the differences?
Thank you for your help. Regards, phiho *<sage-env>* if contains_spaces X${SAGE_ROOT}X ; then echo "Error: The path to the Sage directory (\$SAGE_ROOT) MUST NOT contain spaces." echo "It is currently \"$SAGE_ROOT\"." echo "Please correct this by moving Sage (or renaming one or more directories) first." echo "Exiting now..." return 1 fi *</sage-env>* -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/56a8e819-0ed6-4651-8392-310959bc667dn%40googlegroups.com.