(二)R-studio运行Python

rstudio 123456

1、在容器中查看conda

(二)R-studio运行Python_第1张图片

2、新建python环境 

conda create --name ks_python38 python=3.8.8

(二)R-studio运行Python_第2张图片

自动安装路径: /home/rstudio/.conda/envs/ks_python38

 

 3、找到执行文件

 4、测试

conda activate ks_python38

pip install pandas

python test.py

(二)R-studio运行Python_第3张图片

你可能感兴趣的:(Docker,docker)