[GRASS-user] OT: Tips for installing grass in archlinux

Pietro peter.zamb at gmail.com
Thu May 9 07:16:42 PDT 2013


Hi Ahmadou,

On Thu, May 9, 2013 at 11:25 AM, Ahmadou <dicko.ahmadou at gmail.com> wrote:
> I first symlinked python2 and python2-config into $HOME/usr/bin as python and python-config.
>
> Then to build GRASS, I do :
> export PATH=$PATH:$HOME/usr/bin
> ./configure
> make
> make install
>
> In a final step I created a launcher in bash named "grass"
> #!/bin/bash
> export PATH=$PATH:$HOME/usr/bin
> python2 /usr/local/bin/grass70

Thank you for sharing.

Pietro


More information about the grass-user mailing list