<style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        --></style><p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">I need (find-library-collection-paths)
to return a list that includes the path: 
</p>
<p style="margin-bottom:0in">  
#&lt;path:/home/don/.plt-scheme/4.2.1/collects&gt;</p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">(find-library-collection-paths)
;returns: 
</p>
<p style="margin-bottom:0in"><font face="Courier New, monospace"><font style="font-size:11pt">&#39;(#&lt;path:/home/don/.racket/5.2.1/collects&gt;</font></font></p>
<p style="margin-bottom:0in">  <font face="Courier New, monospace"><font style="font-size:11pt">#&lt;path:/usr/local/racket/collects&gt;)</font></font></p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">This path and directory exists:  
</p>
<p style="margin-bottom:0in">  
#&lt;path:/home/don/.plt-scheme/4.2.1/collects&gt;</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">What file contains the paths found by:
(find-library-collection-paths)?</p>
<p style="margin-bottom:0in">If so, should I manually add a path to
that file?</p>
<p style="margin-bottom:0in">;----------------</p>
<p style="margin-bottom:0in">I tried: 
</p>
<p><font face="Courier New, monospace"><font style="font-size:11pt">(find-library-collection-paths
&#39;(&quot;/home/don/.plt-scheme/4.2.1/collects&quot;))</font></font></p>
<p style="margin-bottom:0in">but I think the above line needs to be
in the .racketrc file.</p>
<p style="margin-bottom:0in">I thought that .racketrc should be
auto-loaded but it does not appear to be, probably because it is
outside any of my collects directory paths that do resolve correctly.</p>
<p><font face="Courier New, monospace"><font style="font-size:11pt">(find-system-path
&#39;init-file)    ;=&gt; #&lt;path:/home/don/.racketrc&gt;</font></font></p>
<p style="margin-bottom:0in">Thus far I have been using &#39;require&#39; to
access files from &#39;collects&#39; directories, only.  I have refrained
from using &#39;load&#39;. 
</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">Is there some function I should be
using to effectively load the .racketrc initialization file?</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">Thanks.</p>