1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Include a Bash automated install option

This commit is contained in:
Ivan Pozdeev
2021-05-12 23:05:07 +03:00
parent 0d07cda969
commit e0d109c227
2 changed files with 16 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ function help_() {
if [[ $shell == "bash" ]]; then
echo '# If your ~/.profile sources '"${rc}"','
echo '# the lines need to be inserted before the part'
echo '# that does that.'
echo '# that does that. See the README for another option.'
echo
echo '# If you have '"${profile}"', make sure that it'
echo '# also executes the above lines -- e.g. by'