Add OpenClaw workspace configuration and tools
- Add agent configuration files (AGENTS.md, USER.md, IDENTITY.md, SOUL.md) - Add git configuration and skills management scripts - Add frontend/backend analysis tools and reports - Add DingTalk media sender utilities and documentation - Fix OpenClaw runtime environment (Node.js and Python) - Configure git remotes and push scripts
This commit is contained in:
13
openclaw-with-fixed-python.cmd
Normal file
13
openclaw-with-fixed-python.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
REM OpenClaw启动脚本 - 使用固定Python版本
|
||||
REM 这个脚本确保OpenClaw使用Python 3.14.2,不受pyenv切换影响
|
||||
|
||||
set OPENCLAW_PYTHON=F:\pyenv\pyenv-win\pyenv-win\versions\3.14.2\python.exe
|
||||
|
||||
echo OpenClaw Python: %OPENCLAW_PYTHON%
|
||||
%OPENCLAW_PYTHON% --version
|
||||
|
||||
echo Starting OpenClaw Gateway...
|
||||
start ""
|
||||
cd C:\Users\ALC\.openclaw
|
||||
call gateway.cmd
|
||||
Reference in New Issue
Block a user