summaryrefslogtreecommitdiff
path: root/devel/pyenv/pkg-message
blob: be490e1fdc6ea9dda4e81068bc32922c21584d3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[
{ type: install
  message: <<EOM
Load pyenv automatically by appending
the following to ~/.bash_profile:

   eval "$(pyenv init -)"
EOM
}
]