mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
doc: make location to add code to more clear
This commit is contained in:
parent
4e30b1a5e1
commit
e9aa6cf649
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if [ -z "$print" ]; then
|
||||||
esac
|
esac
|
||||||
|
|
||||||
{ echo "# Load pyenv automatically by adding"
|
{ echo "# Load pyenv automatically by adding"
|
||||||
echo "# the following to ${profile}:"
|
echo "# the following to the end of ${profile}:"
|
||||||
echo
|
echo
|
||||||
case "$shell" in
|
case "$shell" in
|
||||||
fish )
|
fish )
|
||||||
|
|
Loading…
Reference in a new issue