1 dépôt
Configuring paths to allow project-specific binaries (binstubs) to be executed without prefix commands.
Distinct from Binary Path Configurations: Distinct from Binary Path Configurations by focusing on project-local executable wrappers (binstubs) rather than global system PATH settings.
Explore 1 awesome GitHub repository matching software engineering & architecture · Binstub Configurations. Refine with filters or upvote what's useful.
rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple versions of the Ruby programming language. It functions as a project runtime isolator and an extensible versioning framework that ensures the correct Ruby binaries are executed based on the current context. The system uses a shim-based command interception model to resolve the active version before delegating execution to the binary. It allows for locking specific Ruby versions and environment variables to individual directories, ensuring project environment isolation. The ar
Adjusts shims and paths to run project-specific binaries without using a prefix command.