在R中使用python虚拟环境

目录

在R中使用Python虚拟环境:

如何查看Python虚拟环境地址?

目前尚未解决的问题:


在R中使用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虚拟环境之后,应该可以不同virtualenv_create()创建虚拟环境。

参考:Directory "" is not a Python virtualenv - Python virtualenv not detected in Shiny - shiny / shinyapps.io - Posit Community (rstudio.com) 

你可能感兴趣的:(R编程练习,python,linux,开发语言)