1 个仓库
Tools that create executable wrappers to automatically load specific runtime environments and dependencies.
Distinct from Command Wrappers: Focuses on loading a specific runtime environment rather than extending the functionality of an existing command.
Explore 1 awesome GitHub repository matching development tools & productivity · Environment Wrapper Generators. Refine with filters or upvote what's useful.
RVM 是一个 Ruby 版本管理器和构建自动化工具,旨在在单个系统上安装和切换多个 Ruby 解释器版本。它作为一个依赖隔离器和 Shell 环境封装器,允许创建命名库集以防止不同项目之间的版本冲突。 该项目作为一个部署编排器,能够自动在远程服务器和构建代理上配置 Ruby 运行时。它生成独立的执行封装器,以确保为计划任务、服务管理器和系统初始化脚本加载特定的运行时和库集。 该工具涵盖了广泛的功能,包括带有自定义编译器标志的自动源码编译、避免 Root 权限的用户空间安装,以及与各种 Shell 和文本编辑器的集成。它还为远程环境同步、持续集成兼容性测试和应用程序服务器集成提供了基础设施。
Creates standalone executables that automatically load a specific Ruby interpreter and library set from any shell location.