docs(podcast-generator): unify python3 commands + declare python in requires.bins#8
Open
cncoder wants to merge 1 commit into
Open
docs(podcast-generator): unify python3 commands + declare python in requires.bins#8cncoder wants to merge 1 commit into
cncoder wants to merge 1 commit into
Conversation
…equires.bins - Commands in README all used python3.12 even in Linux section, but Linux install says pip3.11. Use python3 uniformly with a prerequisites note explaining Mac=3.12 / Linux=3.11. - Add python3 to metadata.openclaw.requires.bins so doctor.py's hard dep is declared. - Replace <path-to> placeholder with a realpath-based SKILL export (resolves against SKILL.md dir). - Add python3.11-on-Linux troubleshooting row.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SKILL.md 里 Linux 安装段用的是
pip3.11,但后面一键命令全是python3.12,Linux 用户按文档跑会 command not found。本 PR 统一为python3,并在前言处声明 Mac=3.12 / Linux=3.11。Changes
python3:doctor/one_shot/generate_player_html/publish_to_cdn 全部改掉硬编码python3.12requires.bins补python3:doctor.py 是硬依赖入口,应声明$SKILL路径自动化:去掉<path-to>占位符,改成realpath+ fallbackpython3.11 找不到的修复Out of scope (留给后续 PR)