| Tor Norbye | 814f829 | 2014-03-06 17:27:18 -0800 | [diff] [blame^] | 1 | <html> |
| 2 | <head> |
| 3 | <link rel="stylesheet" type="text/css" href="css/tips.css"> |
| 4 | </head> |
| 5 | <body> |
| 6 | <p>Found yourself in a situation, when you want to use an interpreter located remotely? With |
| 7 | PyCharm it is quite easy.</p> |
| 8 | <p>To configure a remote interpreter, press <span class="shortcut">&shortcut:ShowProjectStructureSettings;</span>, and |
| 9 | under the <span class="control">Project Settings</span>. open the page <span class="control">Python Interpreters</span>.</p> |
| 10 | <p>Then press <span class="shortcut">&shortcut:NewElement;</span>, and choose the option <span class="control">Remote</span>:</p> |
| 11 | <p class="image"><img src="images/add_remote_interpreter.png" alt="add_remote_interpreter"/></p> |
| 12 | |
| 13 | <p>You can use this remote interpreter for your project, or just leave it as one of the available interpreters.</p> |
| 14 | </body> |
| 15 | </html> |