CodeFactor](https://www.codefactor.io/repository/github/jlenv/jlenv-each)
This jlenv plugin adds the jlenv update
command that updates jlenv and all installed plugins.
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
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.
jlenv each julia -e 'using Pkg; Pkg.status()'
jlenv each echo $JLENV_ROOT
- 1.0.0
- Initial public release for Julia.
Released under the MIT license. See LICENSE
for details.