I am trying to install numba on OS X Mountain Lion. I tried the pip install method but didn't work, so I downloaded zip files from the GIT repositories. When I tried to install numba, I realized that I need LLVM first.
I downloaded and unpacked LLVM in the Download folder. README instructions: "If your LLVM is installed in a non-standard location, first specify the LLVM_CONFIG environment LLVM_CONFIG in the path to the corresponding llvm-config executable."; RunTimeError compatible message that I get when I run the python setup.py install command.
My problem is that I donβt understand what to do so that the LLVM_CONFIG environment variable LLVM_CONFIG to the corresponding llvm-config executable.
Any help? Thanks
source share