Skip to content

Latest commit

 

History

History
106 lines (89 loc) · 5.36 KB

File metadata and controls

106 lines (89 loc) · 5.36 KB

Bookmarks tagged [environment-management]

https://angular.io/guide/build#configuring-application-environments

You can define different named build configurations for your project, such as stage and production, with different defaults.

Each named configuration can have defaults for any of the options that app...


https://github.com/postmodern/chruby

Change your current Ruby. No shims, no crazy options or features, ~90 LOC.


https://github.com/terlar/fry

Simple ruby version manager for fish.


https://github.com/postmodern/gem_home

A tool for changing your $GEM_HOME.


https://github.com/sstephenson/rbenv

Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production.


https://github.com/sstephenson/ruby-build

Compile and install Ruby.


https://github.com/postmodern/ruby-install

Installs Ruby, JRuby, Rubinius, MagLev or MRuby.


https://rvm.io

RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.


https://github.com/tokaido/tokaidoapp/releases

Ruby, Rails, SQLite and Redis encapsulated in a single drag-and-drop OS X app, designed to make installing a working RoR environment easy for beginners.


https://bitbucket.org/jonforums/uru

Uru is a lightweight, multi-platform command line tool that helps you use the multiple rubies on your 32/64-bit Linux, OS X, or Windows systems.


https://github.com/kennethreitz/pipenv

Sacred Marriage of Pipfile, Pip, & Virtualenv.


https://github.com/sdispater/poetry

Python dependency management and packaging made easy.


https://github.com/pyenv/pyenv

Simple Python version management.


https://docs.python.org/3/library/venv.html

(Python standard library in Python 3.3+) Creating lightweight virtual environments.


https://pypi.python.org/pypi/virtualenv

A tool to create isolated Python environments.