randy3k / radian

A 21 century R console
MIT License
2k stars 76 forks source link

(base) vs (env) #342

Open tysun opened 2 years ago

tysun commented 2 years ago

Normally I never install to (base), but since Miniforge and other pm's come with python in (base), I'm wondering if I should install Radian in (base) as well. VS Code's RTerm path setting allows for Radian, but changing that path every new project is not realistic. So I'm thinking, I should be installing Radian in (base) so VS Code can always using the same RTerm path. So for each project I install and select a unique IRKernel , but the Radian console always comes from (base).

Or should I just dump Radian into (env) as well and yaml everything out? What is the convention for Radian in production?