首先pycharm打开与远端ambari agent同版本的代码
然后开始一些配置
两步走:
- 配置一个远端python Interpreter
- 配置工程启动的configurations
1. 配置一个远端python Interpreter
进入pycharm,点击左上角Preference,找到Python Interpreter
Add 添加Python Interpreter
Show All 显示已有的Python Interpreter,从此处也可添加Python Interpreter
点击上一图的Add,进入此界面,找到SSH Interpreter,配置好用户名/密码/端口信息
输入ssh 密码
配置远程python interpreter、代码路径映射、选择是否同步本地工程代码到服务器
点击完成,可以看到已经成功添加了一个sftp远端python interpreter,我们为project应用它
2. 配置工程启动的configurations
点击工作区右上角的edit configurations 进入页面,点击+号添加python
为我们的python工程指定名称、启动脚本路径、环境变量及python interpreter
这时候我们就已经配置好了远端调试环境,点击debug启动就可以像本地代码那样调试了
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。