mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
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.
10 lines
142 B
Text
10 lines
142 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Load pyenv automatically by appending
|
|
the following to ~/.bash_profile:
|
|
|
|
eval "$(pyenv init -)"
|
|
EOM
|
|
}
|
|
]
|