Skip to content Source: homebrew/core GitHub Homebrew
plenv
Formula Utilities v2.3.1
Perl binary manager
Install 1
App in
Terminal
$
brew install plenv
Dependencies
Installation Notes
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
Install Statistics 22.9%
Average daily installs by period
Related Utilities Apps
View Allpython@3.13
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.13.12