Merge pull request #2687 from tomschr/bug2682-fix-manpage

Fix #2682: Correct pyenv_user_setup.bash file
This commit is contained in:
Anton Petrov 2023-04-25 07:39:39 +03:00 committed by GitHub
commit aa5fd27e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
.TH PYENV 1 "12 Dec 2020" "PYENV" .TH PYENV 1 "24 Apr 2023" "PYENV"
.SH NAME .SH NAME
pyenv \- Simple Python version management pyenv \- Simple Python version management
.SH SYNOPSIS .SH SYNOPSIS
@ -12,10 +12,12 @@ pyenv lets you easily switch between multiple versions of Python\. It's simple,
\fBAppend\fR the following to \fB$HOME/.bashrc\fR \fBAppend\fR the following to \fB$HOME/.bashrc\fR
.P .P
.RS 15 .RS 15
source /usr/share/pyenv/pyenv_user_setup.bash .nf
if command -v pyenv 1>/dev/null 2>&1; then\n
eval "$(pyenv init -)" \n
fi
.fi
.RE .RE
.\"OR
.\"\fBsh echo \-e \if command \-v pyenv 1>/dev/null 2>&1; then\en eval "$(pyenv init \-)"\enfi' >> ~/\.bashrc\fR
.RS 3 .RS 3
.P .P
.nh .nh