How do I update the version of Jetbrains running on a remote server?
I’m using PyCharm with Jetbrains Gateway to work on a remote EC2 instance. I updated my local version of PyCharm but then discovered that the version running on the remote server didn’t update. How do I update it?
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?
Where can I find the build number for every version of Jetbrains released in the past?
I’m trying to figure out why my PyCharm / Jetbrains Gateway setup has a bug that the support people are telling me is fixed in the latest version, and when I do ps aux | grep "pycharm"
on the remote server I see a particular build number that doesn’t match the latest build number on Jetbrains’ “Other Versions” page, but I still want to confirm that it’s a previous build and not me misinterpreting the output of ps aux
.