<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>First, figure out if you're using the bash or the csh (or tcsh) shell by typing the following on the command line:</div>
<div><br>
</div>
<div>echo $0</div>
<div><br>
</div>
<div>For the bash shell, you'll want to edit .bashrc; for csh or tcsh, you'll want to edit .cshrc. Then, from your home folder on the command line, you can type the following to make sure that the file exists:</div>
<div><br>
</div>
<div>ls -a</div>
<div><br>
</div>
<div>It should show all the files in this folder, including .bashrc (or .cschrc). If it does not exist, you can create it in your favourite text editor. Make sure to save it as .bashrc (or .cshrc) with no additional extension.</div>
<div><br>
</div>
<div>Open .bashrc (or .cshrc) with your favourite text editor. Make any appropriate changes. For example, you could add the following line if it is not already there:</div>
<div><br>
</div>
<div>
<div>source /path/to/geant4/bin/geant4.sh</div>
</div>
<div><br>
</div>
<div>Save and close the file. From the command line, make sure to re-source the .bashrc (or .cshrc) file to take the changes into account:</div>
<div><br>
</div>
<div>source ~/.bashrc</div>
<div><br>
</div>
<div><br>
</div>
<div>Hope this helps.</div>
<div><br>
</div>
<div>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Marc</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>__________________________</div>
<div><br>
</div>
<div>Marc Chamberland, MSc</div>
PhD candidate<br>
Department of Physics<br>
Carleton University<br>
Ottawa (ON)</div>
</span></div>
<br>
<div>
<div>On 2013-06-28, at 1:36 PM, Felix Rangel <<a href="mailto:felix.j.rangel@gmail.com">felix.j.rangel@gmail.com</a>></div>
<div> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<p>I didn't do the g4 data on option when I installed geant4, so I have to manually add paths to the data libraries. And how exactly do I modify the  .bashrc file, I have an amateurish knowledge of Linux.</p>
<div class="gmail_quote">On Jun 28, 2013 4:37 AM, "Marc Chamberland" <<a href="mailto:MarcChamberland@cmail.carleton.ca">MarcChamberland@cmail.carleton.ca</a>> wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">
<div>Hi Felix,</div>
<div><br>
</div>
G4LEDATA should be set when you source Geant4 (with the geant4.sh or .csh script).
<div><br>
</div>
<div>Make sure to run the following command before launching Gate:</div>
<div><br>
</div>
<div>source [path to Geant4 installation]/bin/geant4.sh (or .csh)</div>
<div><br>
</div>
<div>Usually, you would include that line in your .bashrc or .cshrc file, so that you don't have to do this step manually every time.</div>
<div><br>
</div>
<div>You may also want to check the script and make sure that it is defining G4LEDATA correctly.</div>
<div><br>
<div><span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">
<div style="word-wrap:break-word">
<div>Marc</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>__________________________</div>
<div><br>
</div>
<div>Marc Chamberland, MSc</div>
PhD candidate<br>
Department of Physics<br>
Carleton University<br>
Ottawa (ON)</div>
</span></div>
<br>
<div>
<div>On 2013-06-27, at 11:13 PM, Felix Rangel <<a href="mailto:felix.rangel@radius-health.com" target="_blank">felix.rangel@radius-health.com</a>></div>
<div> wrote:</div>
<br>
<blockquote type="cite">Does anyone know what can cause the following error:<br>
<br>
Environment variable G4LEDATA not defined<br>
<br>
It is generated after running the benchmarkPET.mac<br>
<br clear="all">
<br>
-- <br>
Felix J. Rangel
<div>Staff Engineer</div>
<div>Radius Health & Radius Diagnostic Research Inc.</div>
<div>CNSI Incubator Bldng 114; MC 722710</div>
<div>570 Westwood Plaza </div>
<div>Los Angeles, CA 90095-7227</div>
<div><a href="mailto:felix.rangel@radius-health.com" target="_blank">felix.rangel@radius-health.com</a></div>
<div><a href="tel:626-372-3583" value="+16263723583" target="_blank">626-372-3583</a></div>
_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a></blockquote>
</div>
<br>
</div>
</div>
<br>
_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
</blockquote>
</div>
</blockquote>
</div>
<br>
</div>
</body>
</html>