mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Suggest that rbenv should be loaded at end of shell rc file
Closes #725
This commit is contained in:
parent
3b6faa8531
commit
9e664b5d27
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if [ -z "$print" ]; then
|
|||
;;
|
||||
esac
|
||||
|
||||
{ echo "# Load rbenv automatically by adding"
|
||||
{ echo "# Load rbenv automatically by appending"
|
||||
echo "# the following to ${profile}:"
|
||||
echo
|
||||
case "$shell" in
|
||||
|
|
Loading…
Reference in a new issue