可重复的例子。
从bash尝试:
$ R
> library(rPython)
> python.exec("help('modules')")
我得到了负载,例如
blaze itertools scipy
blz itsdangerous see
现在在RStudio中尝试相同的事情:
> library(rPython)
> python.exec("help('modules')")
崩溃!
我在RStudio 0.99.451(旧开发版)和0.99.467(当前最新版本 - https://www.rstudio.com/products/rstudio/download/)上试过这个。