https://bugs.llvm.org/show_bug.cgi?id=38053

            Bug ID: 38053
           Summary: pip install lit does not create lit.exe
           Product: Test Suite
           Version: 6.0
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: lit
          Assignee: unassignedb...@nondot.org
          Reporter: e...@codeplay.com
                CC: dan...@zuster.org, llvm-bugs@lists.llvm.org

*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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to