Launchers for installed custom executable/scripts
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Python
- 星标
- 344
- 派生
- 74
- 平均合并
- 1 天 3 小时
- 30 天内合并 PR
- 7
描述
Is your feature request related to a problem? Please describe.
Some packages install their own executables/scripts, for example https://pypi.org/project/ninja/, this won't get a launcher/shim when you run py install --refresh, leaving them inaccessible.
Describe the solution you'd like
Do create launchers/shims for those.
Describe alternatives you've considered
Install such things in an alternative way.
Additional context
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 py install --refresh 入口点开始,跟踪已安装软件包的可执行文件是如何被发现的,以及启动器或 shim 是如何生成的。检查 ninja 等软件包的行为;完成的标准是,软件包安装的可执行文件在 refresh 后可以通过生成的启动器访问,并且有测试覆盖该行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100