SouthFox's Garden

Search IconA magnifying glass icon. 搜索
种植日期: 2025-10-28 上次照料: 2025-10-29

2025-10-28

Python Remote REPL

使用 tramp 的打开远端的 python /ssh:xxx@xxx|docker:xxx/xxx.py 文件然后使用 run-python 打开一个 REPL 既可操作远端的环境,也可使用 pyvenv-activate 激活远端的虚拟环境。

python 的 repl 的函数以 python-shell-send- 作为前缀。

评论