On Feb 8, 12:13 am, William Stein <[email protected]> wrote:
<SNIP>
> I hope the following is helpful.
>
> The only reason for an end user to install the gnuplot package is of
> they can't install it any other way. Sage doesn't do any binary
> linking at all to gnuplot. As long as a gnuplot command is installed
> and in their path, things should work. The user does have some
> gnuplot installed, evidently, but it's probably not setup to run by
> typing "gnuplot" in Terminal. They probably need to make a script
> called "gnuplot" in their PATH and put something like this in it:
>
> --------------
> #!/bin/sh
> path/to/gnuplot $@
> -------------
Before Nick Alexander has an aneurysm :) - this should be
--------
#!/bin/sh
path/to/gnuplot "$@"
--------
> where /path/to/gnuplot is the path to their gnuplot install.
>
> William
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---