thank you so much .

On Jun 28, 8:23 pm, Simon King <simon.k...@nuigalway.ie> wrote:
> Hi!
>
> On Jun 28, 6:58 pm, "A.A" <aliaj...@gmail.com> wrote:
>
> > I am looking for tutorial about how one can install new Gap package in
> > sage  if this possible  .
>
> In a nutshell: A GAP package should be possible to install just as
> usual, with the only exception that you need to perform the
> installation in a Sage shell.
>
> So, the following should work:
>
> 1. In a terminal session, open the sage shell with the command
>   sage -sh
> in your Unix/Linux shell.
> Inside this shell, the command "gap" refers to the GAP program that
> belongs to Sage.
>
> 2. Install your package just as you would usually do. Often, GAP
> packages simply need to be unpacked in GAP's pkg directory. You will
> find it at $SAGE_ROOT/local/lib/gap-4.4.12/pkg/  (SAGE_ROOT is an
> environment variable that yields the directory in which Sage is
> installed).
>
> 3. Leave the sage shell (by exit or by Ctrl-d). Start Sage; it might
> then be needed to launch the command
>   sage: gap_reset_workspace()
> in your Sage session.
>
> 4. Now, the package should work.
>
> Cheers,
> Simon

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to