I have two installations of R. Is there a way to explicitly point rpy2 to one of these?
3
- i have no idea how rpy2 works, but i assume it uses R by console access, and the version it finds is the one in your PATH variable... if so you might have to manipulate that... but that would be a very ugly solution :)phonixor– phonixor2014-10-31 13:26:59 +00:00Commented Oct 31, 2014 at 13:26
- It does use the PATH. I guess that @phonixor is writing all his command lines in a shell/terminal with explicit absolute paths because because of that ugly shell feature that makes it search executable in the PATH ;-)lgautier– lgautier2014-11-18 15:15:07 +00:00Commented Nov 18, 2014 at 15:15
- no, the ugly part is that if your program is not using your systems default R, your program has to modify the PATH before launch, and restore it after :(phonixor– phonixor2014-11-23 19:29:06 +00:00Commented Nov 23, 2014 at 19:29
Add a comment |