Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] sage plugin

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] sage plugin


Chronological Thread 
  • From: "chu-ching huang" <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] sage plugin
  • Date: Wed, 10 Sep 2008 08:28:21 +0800

On Wed, 10 Sep 2008 01:29:14 +0200, Marc Lalaude-Labayle wrote
> Hi,
>
> i downloaded the sage plugin, followed exactly what they asked me to
> do on their website, but texmacs can't even see sage.
>
> I'm on a ubuntu hardy with the cvs texmacs version.
>
> I have done this :
>
> To install, follow the following steps:
>
> 1. Make sure that the SAGE executable is in your $PATH
> 2. Download the texmacs-sage.tar.gz plugin.
>
> 3. Extract the tarball into ~/.TeXmacs/plugins/
>
> When TeXmacs starts, the plugin should be detected automatically. To
> add a SAGE session to the current TeXmacs buffer, do Insert ->
> Session -> SAGE.
>
> The executable is on my /home/user partition and i ran a dblocate
>
> I have to say i encountered a similar problem when i wanted to use
> the giac plugin whose executable was on my home partition.
>

In general, Sage will be installed in the directory, $SAGE (/usr/local/sage,
for instance). The binary file, sage, is in the directory, $SAGE, which might
not be found by your system. Thus set the environment variable as follows:

> export PATH=$PATH:/usr/local/sage:

or link the binary file as follows:

> ln -s /usr/local/sage/sage /usr/bin/

TeXmacs will find the sage binary file.

Best wishes,

cch



Archive powered by MHonArc 2.6.19.

Top of Page