[LLVMbugs] [Bug 8496] Install lit with LLVM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Apr 27 17:47:25 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=8496

Daniel Dunbar <daniel at zuster.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |WONTFIX

--- Comment #5 from Daniel Dunbar <daniel at zuster.org> 2011-04-27 19:47:25 CDT ---
I would rather not do this.

Lit is already distributed as a normal Python package:
  http://pypi.python.org/pypi/lit

I would prefer that people install it using the Python packaging tools, for
example:
  $ sudo easy_install lit
or
  $ sudo pip install lit
or (inside a virtualenv)
  $ virtualenv foo
  $ foo/bin/pip install lit

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list