<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Brendan. I'm pasting the syntax corrections as I understand you
(which is a stretch given my experience with this!). Is this correct?<br>
<br>
<pre wrap="">export AEJHOME=home/ubuntu/Downloads/aej90exe
export LD_LIBRARY_PATH=$AEJHOME/lib
export PATH=$PATH:/usr/local/aejhome/bin</pre>
<br>
<br>
<br>
<br>
Brendan wrote:
<blockquote cite="mid:49DBD6C2.7040208@swcp.com" type="cite">
  <pre wrap="">BrianO'Keefe wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks Nick. I added the variables from your last email as best I could:

export AEJHOME home/ubuntu/Downloads/aej90exe
export LD_LIBRARY_PATH $AEJHOME/lib
export PATH= $PATH:/usr/local/aejhome/bin
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The syntax is "export NAME=value".  Note there's an = between the name 
and the value, and there is no space at all.  Add = signs, remove your 
spaces and try again.

FWIW, you could switch your shell to csh or tcsh if you have that 
installed.  Use the chsh command to change shells.

-Brendan
_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a class="moz-txt-link-freetext" href="https://nmglug.org/mailman/listinfo/nmglug">https://nmglug.org/mailman/listinfo/nmglug</a>

  </pre>
</blockquote>
</body>
</html>