<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Folks,</p>
    <p>This version fixes a bug in the "gxenv" command that ships with a
      gluex_install'ed build of our software stack. You should be able
      to provide an optional argument:</p>
    <p>  gxenv my_version_set.xml</p>
    <p>to set up your environment with a version set file of your
      choice. This was broken; you always got the default version set.</p>
    <p>The new release if gluex_install 2.10 and you can find the
      release notes <a moz-do-not-send="true"
        href="https://github.com/JeffersonLab/gluex_install/releases/tag/2.10">here</a>.</p>
    <p>If you already have an installation of gluex software created
      with gluex_install, you can fix your installation as follows:</p>
    <p>1. Get a fresh version of gluex_install. A tar file is linked to
      the release notes or you can checkout the latest master.</p>
    <p>2. Assuming you have your fresh version in the directory
      /path/to/gluex_install, execute the following command:</p>
    <p>  /path/to/gluex_install/create_setup_scripts.sh
      /path/to/gluex_top</p>
    <p>where /path/to/gluex_top is the absolute path to the location of
      your software installation.</p>
    <p>I will try to put these instructions in the next version of the
      build_scripts document. Let me know if you have questions.</p>
    <p>Thanks to Edmundo and Ashley at FSU for pointing out the problem
      and helping me test the solution.</p>
    <p>  -- Mark<br>
    </p>
  </body>
</html>