I\'ve installed python 2.7.8 alongside the 2.7.5 which comes with OSX 10.9.4.
Now how can I point rPython to python 2.7.8?
I know this is an old question, but I ran into the same problem as OP and this is the solution I found worked.
First, I added the RPYTHON_PYTHON_VERSION=3 to my ~/.bash_profile. Instead of installing rPython using install.packages, I downloaded the source from CRAN and installed from the command line using R CMD INSTALL. This worked fine and detected the python3 version I had installed on my system.