pycharmjetbrains-idejetbrains-gateway

How do I check what version of JetBrains a remote server is using?


I'm using JetBrains Gateway with PyCharm to work directly on an EC2 instance and I just updated my local version of PyCharm to the latest version, but it's not clear to me if the remote server also updated or not. How can I check?


Solution

  • I eventually figured this out:

    1. start a PyCharm project that connects to the remote server,
    2. open a terminal and run ps aux | grep "pycharm"
    3. Look for a line that says something like ...pycharm-professional-XXX.XXXXX.XXX/... (see below for an example).
      • enter image description here
    4. Those numbers at the end are the "build number" of PyCharm that is running on the remote server.
    5. You can then go to the PyCharm "Other Versions" page to look for that build number and see what version of PyCharm it's for.