1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

README.md, CHANGELOG.md, libexec/pyenv-help: Fix typos

This commit is contained in:
SADIK KUZU
2022-05-08 09:46:47 +03:00
committed by GitHub
parent 86598fcf4e
commit 169321b3e6
3 changed files with 4 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
- For **bash**:
Stock Bash startup files vary widely between distibutions in which of them source
Stock Bash startup files vary widely between distributions in which of them source
which, under what circumstances, in what order and what additional configuration they perform.
As such, the most reliable way to get Pyenv in all environments is to append Pyenv
configuration commands to both `.bashrc` (for interactive shells)
@@ -366,7 +366,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
### Install additional Python versions
To install additonal Python versions, use [`pyenv install`](COMMANDS.md#pyenv-install).
To install additional Python versions, use [`pyenv install`](COMMANDS.md#pyenv-install).
For example, to download and install Python 3.10.4, run: