Replies: 2 comments 2 replies
-
There is (mostly undocumented) ssh remote host support. See #4251. However, there may be issues using Pixi (#5248). How important is Pixi to this workflow? |
Beta Was this translation helpful? Give feedback.
-
Are you wanting to use a pixi environment for R or Python? If it is for Python, I believe this should "just work", i.e. you can establish an SSH connection to a remote host, and then your pixi Python environment on the remote host should be discovered, can be selected, can start, etc. Unfortunately, for R, I do not expect this would work right now because of #4398 and #3724; we do not automatically detect these R interpreters. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I’m trying to figure out if it's possible to open Positron (the IDE) from the command line and connect to a remote host via SSH. My goal is to:
Launch Positron from the command line.
Establish an SSH connection to a remote host.
Activate a specific Conda environment on the remote host within Positron.
Does anyone know how to achieve this, or if there’s a straightforward way to configure Positron to automatically connect to an SSH host and activate a Pixi environment?
Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions