I would like to connect to a remote server in Positron using the Remote-SSH: Connect to host
command, then start an R Interpreter that is from a nix shell. Can you help me with this?
My first attempt has been starting from Configuring Positron installed on macOS to interact with Nix shells. I first ran "Install 'positron' command in PATH"
. Next, I connected to the server using my local Positron install, then ran nix-shell
from a terminal in the remote session, but I don't see the nix instance in the menu of interpreters like I do when running locally.
Thanks!