# PyCharm

Pycharm is an IDE for Python developers.

Requirements

Unmanaged machine with administrator privileges. This guide will -not- work on home-machines.

# Installation on unmanaged machines

sudo apt update
sudo apt install snapd

sudo snap install pycharm-community --classic

# Running PyCharm with x2go

/snap/bin/pycharm-community

You can replace pycharm-community with pycharm-professional if you have your own professional license.

Last Updated: 4/25/2024