John Cremona on Sun, 14 May 2017 13:49:31 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Is there a module path?
|
- To: Dirk Laurie <dirk.laurie@gmail.com>
- Subject: Re: Is there a module path?
- From: John Cremona <john.cremona@gmail.com>
- Date: Sun, 14 May 2017 12:48:53 +0100
- Cc: "pari-users@pari.math.u-bordeaux.fr" <pari-users@pari.math.u-bordeaux.fr>
- Delivery-date: Sun, 14 May 2017 13:49:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=RZ+EU7bfq8tN7nXAVJTmdjBecoP7Z9wWKjn6+6N9VpA=; b=cf0SsUUtLLPIKdBqBaDHNAb07HbIkB760tcMLo8WPehg2daEVpwi4UULlUsYBg1tUE 2jc7hdFkHSGmrTzxIHGA7sbdzXEva+Tk6ujoyMn+n7VsRIypyaoZl7Gtn67kSbOCxtCL m9yBefwhq+bfVBVj9T6WbN1Ibgg6AtVg7LyMHm/rXs0w3qBY/IBI/6tRBW8i5Mc3SEsu ehHTslfX2yDhOb3+UScA2M3PD8zEx4OZhBPAJ7wxAZ0BJnZX0YRkc7WXqPC6Eokg5Fwx Gq1ZU36bDey7lEbYS/F+hh9zx5x4kyQpQXc/3cEVwiFf84cVR4HXUU15mc08gZQ8Onzp Omrw==
- In-reply-to: <CABcj=tk+xqsU2xfVukzQ_eUQtVZHGCLgYH2uUYzXeZidW64-Cg@mail.gmail.com>
- References: <CABcj=tk+xqsU2xfVukzQ_eUQtVZHGCLgYH2uUYzXeZidW64-Cg@mail.gmail.com>
Yes. In /usr/local/share/pari/misc/ there is a default gprc file
called gprc.dft which includes:
\\ Path: directories where gp will look for scripts
\\ path = ".:~:~/gp"
so you can copy that to your home directory (as ~/.gprc) and edit it
as you wish.
On 14 May 2017 at 08:23, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Does Pari/GP have a module path in the sense that e.g. TeX has?
> I.e. should GP users to find GP scripts in a reasonably standard
> directory like /usr/local/share/pari?
>