Holaaa, estoy intentando instalar el pcgrasp en el RH8 me descarge la version static linux de pcgrasp, pero me dice que tengo que configurar una variable de entorno, y nose donde se encuentran definidas las mismas, aver si m pueden hechar una mano, muchas graciass, os dejo aqui la ayuda de la instalacion para que vean donde m piden dicha variable.
---------------------------------------------------------------------
To run grasp, set the environment variable GRASP_HOME to
.../graspada and run $GRASP_HOME/bin/grasp .
From the directory this file is in, the commands are:
from a csh style shell:
setenv GRASP_HOME `pwd`
$GRASP_HOME/bin/grasp
from a Bourne style shell:
GRASP_HOME=`pwd`
export GRASP_HOME
$GRASP_HOME/bin/grasp
We recommend adding to a module, shell resource file, or other
startup file; a command to set GRASP_HOME, and a command to add
$GRASP_HOME/bin to your path.
---------------------------------------------------------------------