LoginSignup
1
0

More than 5 years have passed since last update.

How to use PyCharm with X11 forwarding on CentOS7

Last updated at Posted at 2018-03-03

Overview

Server settings

Install X Window System

# sudo yum groupinstall -y "X Window System"

Enable X11 forwaring

# vi /etc/ssh/sshd_config
 X11Forwarding yes
 X11DisplayOffset 10
 X11UseLocalhost no
# systemctl restart sshd

Install fonts

# sudo yum install -y ipa-gothic-fonts ipa-mincho-fonts ipa-pgothic-fonts ipa-pmincho-fonts

Install PyCharm

  1. Download tar.gz from the Website
  2. Unpack the tar.gz file
  3. Run pycharm script (*)
 $ cd bin
 $ sh pycharm.sh

*) Run the script on a mosh terminal.

Client Setting

Install mobaXterm

Then connect to the server.

That's it !!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0