Files
workspace/openclaw-fixed-python.ps1
aitest 15c4480db1 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
2026-03-05 13:56:59 +09:00

12 lines
439 B
PowerShell
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenClaw启动脚本 - 使用固定Python版本
# 这个脚本确保OpenClaw使用Python 3.14.2不受pyenv切换影响
$env:OPENCLAW_PYTHON = "F:\pyenv\pyenv-win\pyenv-win\versions\3.14.2\python.exe"
Write-Host "OpenClaw Python: $env:OPENCLAW_PYTHON" -ForegroundColor Green
& $env:OPENCLAW_PYTHON --version
Write-Host "`nStarting OpenClaw Gateway..." -ForegroundColor Yellow
Set-Location $env:USERPROFILE\.openclaw
& .\gateway.cmd