Python remote development #133
Unanswered
ahmedamoharram
asked this question in
Q&A
Replies: 1 comment 1 reply
-
this plugin doesn’t support remote python development directly. But you can try using SSHFS to mount the remote folder to your local machine. Then, NetBeans will think the files are local and you can work with them. Another way is to use VS Code with its Remote SSH extension, which works well for Python. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like this Python plugin does not support remote python development (via SSH).
Is there a workaround to get this working?
Beta Was this translation helpful? Give feedback.
All reactions