This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: address@hidden >Organization: UCAR/Unidata >Keywords: 200101111730.f0BHULo02520 >Unidata Support: > >I was able to download and install GEMPAK into one of >our computers here at Purdue, but when I go into the >directory and type source Gemenviron and then try to run >gdplot, it says Command not Found. Do you have any >ideas as to what the problem may be? > >Many thanks. > >Jason > Jason. You have to edit the Gemenviron file to define the NAWIPS location (the top of the directory tree where you installed GEMPAK) prior to sourcing Gemenviron (which adds the $NAWIPS/bin/$NA_OS tree to your path). If you still have problems, try: echo $PATH to verify that the correct executable directory has been added on to the end of your path. Also, verify that the command "uname" is in your path since the Gemenviron script uses that to set the path for the executable directory. Steve Chiswell