Replies: 1 comment
-
|
这块其实是本地 Python 环境管理的事,PPT Master 这边没做特殊处理 —— skill 只声明依赖( 想要隔离的话,标准 暂时不打算把“自动 venv”内置到 skill 里,保持轻量一点,避免和大家各自的环境管理习惯打架。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我看到文档中介绍了将
ppt-master作为 skill 安装到 Codex 等 agent 的方式:同时我注意到,安装 skill 之后仍需要额外安装依赖:
我的问题是:我不希望把这些依赖安装到全局 Python 环境中,而是希望安装到与该 skill 关联的独立 Python 虚拟环境里。
请问目前是否有更标准或更优雅的做法,可以让 skill 在运行时自动使用它自己的虚拟环境?谢谢!
Beta Was this translation helpful? Give feedback.
All reactions