[LLVMbugs] [Bug 19527] the test for PYTHON_EXECUTABLE doesn't take custom python installations and environment variables into account

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 24 18:49:45 PDT 2014


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
I regularly use 'cmake -DPYTHON_EXECUTABLE=my/python' without any special
environment variables and it works fine for me.

If your custom versions of python have non-standard PYTHONPATH requirements,
then you should make sure to set the environment before running CMake.

I don't think there's anything we should change here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140425/925b4683/attachment.html>


More information about the llvm-bugs mailing list