On Mon, Oct 05, 2015 at 09:06:02PM -0400, Will Chen wrote:
> 
> gap> SaveWorkspace("~/Documents/gap/savedworkplace.dnc");
> 
> true
> 
> gap> quit;
> 
> Zephyr:~ wchen$ sage -gap -L "~/Documents/gap/savedworkplace.dnc";
> 
> Couldn't open saved workspace ~/Documents/gap/savedworkplace.dnc
> 
> Anyone know why? Could it be because my version of gap is being called
> through sage?

Try to remove the "":
gap -L ~/Documents/gap/savedworkplace.dnc

Quoting the ~ make it litteral, which is not what you want.

(also check that ~/Documents/gap/savedworkplace.dnc does exist, of course).

Cheers,
Bill.

_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to