On Sunday, March 16, 2014 10:14:43 PM UTC-7, Prakash Dey wrote: > > but when i want to run the file test.sage > #/usr/bin/sage -python > R.<a,b,c>=BooleanPolynomialRing(3) > print (a+b+c)*(a+b) > > Don't put the "-python" there. You want this file to be run through sage's preprocessor. So keep the ".sage" extension to the file and make the header #/usr/bin/sage
-- 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.
