Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Remote option not shown in PyCharm

I am trying to set up a remote debugger with PyCharm on a Vagrant Machine. I am following this PyCharm tutorial. However, the Add Remote option is not available for me. Just Add local and Create VirtualEnv.

Any idea why is this happening?

like image 810
Valentino Avatar asked Jan 06 '16 12:01

Valentino


People also ask

Where is remote development in PyCharm?

Connect to a remote server and open the remote projectOn the PyCharm welcome screen, select Remote Development.

Does PyCharm community support SSH?

You can launch an SSH Session right from PyCharm. By running commands in a dedicated SSH terminal, you can access data on a remote Web server or the default remote interpreter via an SSH tunnel, mainly upload and download files.

What is a remote Python interpreter?

This feature requires xlwings PRO and at least v0. 27.0. Instead of installing Python on each end-user's machine, you can work with a remote Python interpreter. This works the same as a web application, but uses your spreadsheet as the frontend instead of a web page in a browser.


1 Answers

Just as a guess: are you using the free community edition of PyCharm? Unfortunately remote interpreters and remote debugging are only supported by the professional edition. You might take a look into the editions comparison on their website.

If you are using the pro version, we might have to dig a little deeper.

like image 53
AdmPicard Avatar answered Sep 23 '22 07:09

AdmPicard