种植日期: 2025-10-28
上次照料: 2025-10-29
使用 tramp 的打开远端的 python /ssh:xxx@xxx|docker:xxx/xxx.py 文件然后使用 run-python 打开一个 REPL 既可操作远端的环境,也可使用 pyvenv-activate 激活远端的虚拟环境。
/ssh:xxx@xxx|docker:xxx/xxx.py
run-python
pyvenv-activate
python 的 repl 的函数以 python-shell-send- 作为前缀。
python-shell-send-
评论