I have installed Python 3.4 using the pkg from Python.org > Downloads > Mac OS X When I seen that error, I can run python3 command in terminal.
Edited by GuestDid you install python-3 for development? Cmake needs to be able to find python, so certain cmake files need to be at the right places. The python3-dev packages take care of this.
Did you install python-3 for development? Cmake needs to be able to find python, so certain cmake files need to be at the right places. The python3-dev packages take care of this.
There does not seem to be a python3-dev package for OSX I can't find one,
Anyone with a mac how do I get cmake to find the python3 install as it keeps only finding MacOS's default python2 even after doing path changes that I found through googling.
Recommended Posts
nallath 1,124
You haven't installed python 3.4
Link to post
Share on other sites