← all formulas
plenv
Perl binary manager
- Version
- v2.3.1
- License
- Artistic-1.0-Perl OR GPL-1.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install plenvCaveats
To enable shims add to your profile:
if which plenv > /dev/null; then eval "$(plenv init -)"; fi
With zsh, add to your .zshrc:
if which plenv > /dev/null; then eval "$(plenv init - zsh)"; fi
With fish, add to your config.fish
if plenv > /dev/null; plenv init - | source ; end