[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GEMPAK #KWB-338769]: installation help



> Can you explain how you source it. I am having trouble sourcing it after I 
> change it in Gemenviron…

If you're using csh/tcsh:

source /home/gempak/NAWIPS/Gemenviron


If you're using bash:

. /home/gempak/NAWIPS/Gemenviron.profile



This assumes that GEMPAK is installed in /home/gempak, so use the directory 
name on your mac system instead.  

The above commands will source the file for the open terminal.  To source it 
for all new terminal sessions, you must add command to either your .cshrc or 
.bashrc file, depending on which shell you're using.  

To determine which shell you're using, issue the command "echo $SHELL".

For example, my .bashrc looks like

if [ -f /home/gempak/NAWIPS/Gemenviron.profile ]; then
        . /home/gempak/NAWIPS/Gemenviron.profile
fi







> 
> > On Jul 22, 2016, at 12:43 PM, Unidata GEMPAK Support <address@hidden> wrote:
> >
> >> I get to the step make > make.out and I get this message:
> >>
> >> Collins-MacBook-Pro:NAWIPS CSimek2$ make > make.out
> >> make: *** /: Is a directory.  Stop.
> >>
> >>
> >> Did I miss something before that point. I tried to follow the the links 
> >> that were sent to me….
> >>
> >
> > Did you source the environmental variable file before running make?
> >
> > http://www.unidata.ucar.edu/software/gempak/doc/install.html#sourcing
> >
> > Ticket Details
> > ===================
> > Ticket ID: KWB-338769
> > Department: Support GEMPAK
> > Priority: Normal
> > Status: Open
> > ===================
> > NOTE: All email exchanges with Unidata User Support are recorded in the 
> > Unidata inquiry tracking system and then made publicly available through 
> > the web.  If you do not want to have your interactions made available in 
> > this way, you must let us know in each email you send to us.
> >
> >
> 
> 


Ticket Details
===================
Ticket ID: KWB-338769
Department: Support GEMPAK
Priority: Normal
Status: Open
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.