目录
在R中使用Python虚拟环境:
如何查看Python虚拟环境地址?
目前尚未解决的问题:
library(reticulate)
Sys.setenv(RETICULATE_PYTHON = here::here(".venv/Scripts/python.exe"))
其中here里的地址,可以找到python虚拟环境的地址。
来源:
RStudio and python virtual environment - Python specified does not exist - General - Posit Community
如何查看Python虚拟环境地址?
输入python where
去掉后面的python.exe前面的地址就是 python虚拟环境地址。
目前尚未解决的问题:
- reticulate::virtualenv_create()还没有搞明白怎么用。
- 通过pip创建了python虚拟环境之后,激活虚拟环境之后,需要一直不管激活所在的界面吗?
- 关闭这个页面是否意味着deactive呢?
- 在R中使用python函数的时候,是否需要始终不关闭pyhon虚拟环境界面呢?
参考:Directory "" is not a Python virtualenv - Python virtualenv not detected in Shiny - shiny / shinyapps.io - Posit Community (rstudio.com)