mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 23:56:17 -04:00
- redundant code
This commit is contained in:
parent
11f49fb8ff
commit
99c8c255a6
|
|
@ -157,14 +157,7 @@ function help_() {
|
|||
;;
|
||||
pwsh )
|
||||
echo '# Load pyenv automatically by appending'
|
||||
echo -n "# the following to "
|
||||
if [ "$profile" == "$rc" ]; then
|
||||
echo "$profile :"
|
||||
else
|
||||
echo
|
||||
echo "${profile_explain:-$profile} (for login shells)"
|
||||
echo "and $rc (for interactive shells) :"
|
||||
fi
|
||||
echo "# the following to $profile :"
|
||||
echo
|
||||
echo '$Env:PYENV_ROOT="$HOME/.pyenv"'
|
||||
echo '$Env:PATH="$Env:PYENV_ROOT/bin:$Env:PATH"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue