Document OpenClaw runtime isolation from nvm and pyenv-win
This commit is contained in:
7
TOOLS.md
7
TOOLS.md
@@ -118,6 +118,13 @@ await axios.post(url, body, { headers });
|
||||
await axios.post(uploadUrl, form, {headers: form.getHeaders()});
|
||||
```
|
||||
|
||||
### OpenClaw Runtime 环境说明
|
||||
|
||||
- 系统 Node 由 **nvm** 管理。
|
||||
- OpenClaw 与 Skill 执行使用独立 Node:`F:/openclaw-runtime`,不受 nvm 切换影响。
|
||||
- 系统 Python 由 **pyenv-win** 管理。
|
||||
- OpenClaw 也使用独立 Python 运行环境,不受系统 pyenv 切换影响。
|
||||
|
||||
### 成功案例记录
|
||||
|
||||
**2026-03-05 18:44** - 成功发送database_analysis_summary.txt
|
||||
|
||||
Reference in New Issue
Block a user