Error when installing rpy2 module in Python with easy_install
问题 I've been trying to install the rpy2 module so I can use R functions inside my Python script, but I'm getting an error after following the advice from these pages: 1) Tried to guess R's HOME but no R command in the PATH. OsX 10.6 2) http://rpy.sourceforge.net/rpy2/doc-dev/html/overview.html What I've done so far: 1) Edited my path environment variable to include "C:\Program Files\R\R-3.1.0\bin\x64;" 2) Created a new environment variable called "R_HOME" and set its value to "C:\Program Files\R