More newbie problems!<br>I am trying to get ruby running on my 770.&nbsp; I downloaded the tar file and installed it in /var/lib/install/usr.&nbsp; I created a .profile that added that directory to the PATH.&nbsp; After rebooting the 770, it does not seem to be working properly.&nbsp; Here is my .profile:
<br><br>PATH=$PATH:/var/lib/install/usr/bin<br>export LD_LIBRARY_PATH=/var/lib/install/usr/lib<br>alias la=&#39;ls -al&#39;<br>cd $HOME<br><br><br>It seems to read the PATH properly - echo $PATH checks out ok.&nbsp; However, when I try to run irb (or ruby), it cannot find the files.&nbsp; Also, the alias doesn&#39;t work, nor does the terminal cd to ~.
<br><br>I am using osso-xterm version 0.13 on a 770 running the latest version of the OS.&nbsp; Any idea what I&#39;m doing wrong?<br><br>MIke<br>