11 projects
RVM (Ruby enVironment Manager)
RVM is a command-line tool that allows users to install, manage and work with multiple Ruby environments, including interpreters, sets of gems, and gemsets. It enables switching between different Ruby versions and managing project-specific dependencies.
6,556
1,888
$2.6M
pyenv
pyenv is a Python version management tool that lets developers install and switch between multiple versions of Python on the same system. It enables installing Python versions per-project, managing virtual environments, and automatically switching Python versions based on project requirements.
4,662
1,405
$165K
ruby-build
A command-line tool that simplifies the process of installing Ruby versions. It provides an automated way to download, compile and install different versions of Ruby from source, working seamlessly with rbenv to manage multiple Ruby environments.
2,949
1,098
$71K
virtualenv
virtualenv is a tool for creating isolated Python environments that contain their own copy of python, pip, and other dependencies. It allows developers to work on multiple Python projects with different dependencies and versions without conflicts.
2,320
851
$485K
asdf
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
2,045
830
$715K
mise-en-place
A command-line tool for managing development environments and tool versions, providing a unified interface for installing and switching between different versions of programming languages, tools, and dependencies
1,957
765
$8.6M
App::perlbrew
App::perlbrew is a tool for managing multiple Perl installations, allowing users to compile, install, and switch between different versions of Perl in their home directory without requiring root access. It provides commands for installing specific Perl versions, managing modules, and creating isolated environments.
725
197
$608K
node-build
Install NodeJS versions
630
256
$51K
nodeenv
A Python tool for creating isolated Node.js environments, similar to Python's virtualenv. It allows developers to create clean, isolated environments with specific Node.js versions and dependencies without affecting the global system installation.
433
168
$116K
Node Version Manager
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions