Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.43 KB

jlenv-each: Execute a command for each Julia version

Build StatusCodacy BadgeCodeFactor](https://www.codefactor.io/repository/github/jlenv/jlenv-each)

This jlenv plugin adds the jlenv update command that updates jlenv and all installed plugins.

Installation

To install jlenv-each, clone this repository into your jlenv plugins directory.

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

Usage

jlenv help each

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

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

Examples

jlenv each julia -e 'using Pkg; Pkg.status()'
jlenv each echo $JLENV_ROOT

Version History

  • 1.0.0
    • Initial public release for Julia.

License

Released under the MIT license. See LICENSE for details.