<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pip install lit does not create lit.exe"
   href="https://bugs.llvm.org/show_bug.cgi?id=38053">38053</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>pip install lit does not create lit.exe
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Test Suite
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>lit
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>erik@codeplay.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>daniel@zuster.org, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>*Overview*

On a clean Windows 7 (and possibly other Windowses) with Python 2.7

$> pip install lit

does not create C:\Python27\Scripts\lit.exe. As a consequence, there is no lit
in the PATH, and lit cannot be found by any build tools.

It is possible to install lit v.5.0 (which creates lit.exe) and then upgrade to
v.6.0. In this case, lit.exe is kept, and points to lit v.6.0.

*Steps to reproduce*

[On a clean Windows 7]
$> pip install lit
[reboot]
$> where lit
INFO: Could not find files for the given pattern(s).

*Workaround*

$> pip install lit==v0.5.0
$> pip install lit==v0.6.0</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>