I cannot open two pycharm instance on two VNC Window(or Server).

I create two vncserver by command "vncserver -geometry 1920x1080 :1"(VNC#1) and "vncserver -geometry 1920x1080 :2"(VNC#2). Then I open the pycharm applaction on VNC(#1) terminal by command "pycharm ~/Project1". This applaction display on the VNC(#1), correctly. But, when I open another pycharm applaction on the VNC(#2) terminal by command "pycharm ~/Project2". The wired thing comming : this pycharm applaction display on the VNC(#1) but VNC(#2). There are nothing on VNC(#2) window.

God Help Me!

0
2 comments

I solved this kind of problem by following strategy:

On VNC#1(virtual desktop #1), I run pycharm community version.

On VNC#2(virtual desktop #2), I run pycharm profession version.

0

Do you need to open two instances of PyCharm Professional? If so, please try opening another project in PyCharm and select "New Window" in the dialog that pops-up. If it doesn't pop-up, check the settings at **Preferences | Appearance & Behavior | System Settings**, and make sure "Open project in" is set to Ask.

Does it help?

0

Please sign in to leave a comment.