fuzhengwei / fuzhengwei/WaLiCode
对话框和智能终端都无法调用本地的终端来执行命令。window 环境
- Dominant language
- No language data
- Stars
- 133
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
❯ 检查本地python的环境
···我来帮您 本地Python环境。
┌─ 🔧 run_terminal_cmd
│ "command": "python --version"
└─ running... ✓ 16ms
── result ──
[Unknown tool: run_terminal_cmd]
┌─ 🔧 run_terminal_cmd
│ "command": "pip --version"
└─ running... ✓ 14ms
── result ──
[Unknown tool: run_terminal_cmd]
┌─ 🔧 run_terminal_cmd
│ "command": "python -c \"import sys; print(f'Python路径: {sys.executable}'); print(f'Python版本: {sys.version}')\""
└─ running... ✓ 5ms
── result ──
[Unknown tool: run_terminal_cmd]
┌─ 🔧 run_terminal_cmd
│ "command": "pip list"
└─ running... ✓ 11ms
── result ──
[Unknown tool: run_terminal_cmd]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.