0

I have Pycharm Professional Edition 2021.2.3 with an activated license. I don't see the SSH Interpreter option for project interpreter. Anyone know how I can get that option?

Someone asked a similar question a while ago. But it's been a while with Pycharm changes. I figured I'd ask again.

enter image description here

enter image description here

David Xia
  • 5,075
  • 7
  • 35
  • 52

2 Answers2

1

Answered by Sergey here.

check Preferences | Plugins and make sure you don't have the bundled plugins disabled, especially FTP/SFTP Connectivity one.

David Xia
  • 5,075
  • 7
  • 35
  • 52
0

You have to use the Existing Environment option and then hit the 3 dots.

The select the SSH interpreter.

Ther you can add a new one or select an existing one.

enter image description here

  • 1
    Thanks for trying to answer, but I don't even have the "SSH interpreter" option on my left hand side. See my screenshot above. – David Xia Oct 26 '21 at 23:59