ports/devel/pyenv/pkg-message
Jimmy Olgeni 213314f0c3 devel/pyenv: add port.
pyenv lets you easily switch between multiple versions of Python.

Port structure is the same as devel/rbenv, as pyenv is actually
derived from rbenv.
2022-08-24 16:58:41 +02:00

10 lines
142 B
Text

[
{ type: install
message: <<EOM
Load pyenv automatically by appending
the following to ~/.bash_profile:
eval "$(pyenv init -)"
EOM
}
]