taqtiqa-mark / jlenv-each

jlenv plugin to run a command across all installed julies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install rbenv-each, clone this repository into your rbenv plugins directory. (You'll need a recent version of rbenv that supports plugin bundles.)

git clone https://github.com/rbenv/rbenv-each.git "$(rbenv root)"/plugins/rbenv-each

Usage

$ rbenv help each

Verbose mode will print a header for each ruby so you can distinguish the output.

Note: Version aliases (versions that are just symlinks pointing to another rbenv version) are skipped when iterating through the list of rbenv versions.

Examples:

$ rbenv each bundle install
$ rbenv each -v rake test

About

jlenv plugin to run a command across all installed julies.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 100.0%