How to setup Python Environment for Remote SSH Project Development
Answered
For the Remote Python Development via SSH (using Debian VM) I am using:
- JetBrains Gateway 2024.1.2, Build #GW-241.17011.87, built on May 22, 2024
- JetBrains Client 2022.3.3, Build #JBC-223.8836.41, built on March 9, 2023
There's no possibility to add a Python SDK:
Clicking on the icon for 'Project Structure', then choosing 'Platform Settings -> SDKs', the clicking the 'plus sign', then clicking the popping-up 'Add...' box (there's no Python).
I have installed the python environment on the remote Debian machine, however seem something is still missing
Please sign in to leave a comment.
These two Python plug-ins must be installed and enabled on Host to use Python features in IntelliJ IDEA:
Hi Serge!
Thank you for the prompt response! There was no Python Community Edition plugin, but after installing Python on the Host, I got the option to add Python SDK! Thank you so much!