Skip to content

jlenv/jlenv-each

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Run a command across all installed Julia versions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%