which: update pyenv help global tip (#3424)

This commit is contained in:
native-api 2026-03-14 11:23:19 +03:00 committed by GitHub
parent 6a246fad63
commit 044d816d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -112,8 +112,8 @@ else
echo "The \`$PYENV_COMMAND' command exists in these Python versions:"
echo "$versions" | sed 's/^/ /g'
echo
echo "Note: See 'pyenv help global' for tips on allowing both"
echo " python2 and python3 to be found."
echo "Note: See 'pyenv help global' for tips on allowing multiple"
echo " Python versions to be found at the same time."
} >&2
fi
fi

View File

@ -68,8 +68,8 @@ pyenv: py.test: command not found
The \`py.test' command exists in these Python versions:
3.4
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
Note: See 'pyenv help global' for tips on allowing multiple
Python versions to be found at the same time.
OUT
}
@ -85,8 +85,8 @@ pyenv: py.test: command not found
The \`py.test' command exists in these Python versions:
3.4
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
Note: See 'pyenv help global' for tips on allowing multiple
Python versions to be found at the same time.
OUT
}
@ -118,8 +118,8 @@ The \`py.test' command exists in these Python versions:
3.3
3.4
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
Note: See 'pyenv help global' for tips on allowing multiple
Python versions to be found at the same time.
OUT
}