2 个仓库
Updating system paths and environment variables automatically based on the current working directory.
Distinct from Toolchain Versioning: Focuses on the active switching of versions for a session based on directory location rather than general versioning.
Explore 2 awesome GitHub repositories matching development tools & productivity · Directory-Based Activation. Refine with filters or upvote what's useful.
pyenv-virtualenv is a plugin for pyenv that creates and manages isolated Python virtual environments on Unix-like systems. It functions as an environment orchestrator that extends the core version switching system to provide project isolation. The tool automates the activation and switching of Python environments based on the current working directory. It also includes a bridge for managing and interacting with Conda environments through the pyenv interface. The project covers the full lifecycle of environment management, including the creation, listing, and deletion of isolated environments
Automatically updates system paths and environment variables based on the current working directory.
Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.
Exports environment variables and updates the system path to enable specific tool versions for a directory.