When trying to install scikit on my Mac (OS X Lion) I stumbled upon this error:
gcc-4.2 not found, using clang instead.
I searched how to fix this and it seems that the environment variable CC is not correctly set. My question now is, how can I change this and to what do I have to change this? In my /usr/lib/
I do see the g++, gcc, llvm-g++-4.2 and llvm-gcc-4.2 executables. Also when I check env
I don't see the CC variable. Even when I try to export CC=gcc I don't see it with the env
command.