I am trying to install py2cairo but I am getting the following error:
Checking for 'gcc' (c compiler) : ok
Checking for program python : /usr/local/opt/python/bin/python
python executable '/usr/local/opt/python/bin/python' different from sys.executable '/usr/local/opt/python/bin/python2.7'
Checking for python version : (2, 7, 9, 'final', 0)
The output of which python
is:
/usr/local/opt/python/bin/python
and sys.executable
is:
'/usr/local/opt/python/bin/python2.7'
So i wanted to know how to make both of them same.
I am using MAC, not sure if it makes any difference though.