From 867f34b596062cd296d9fc2b75084ff8194ccb1a Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 4 May 2022 04:28:35 +0300 Subject: [PATCH] README.md: Fix typos, improve phrasing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e480589a..8fa27c95 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ The previous, more complicated configuration scheme for 2.0.0-2.2.5 still works. * run `eval "$(pyenv init -)"` to install `pyenv` into your shell as a shell function, enable shims and autocompletion * You may run `eval "$(pyenv init --path)"` instead to just enable shims, without shell integration -The below setup should work for the vast majority of users for commmon use cases. +The below setup should work for the vast majority of users for common use cases. See [Advanvced configuration](#advanced-configuration) for details and more configuration options. - For **bash**: @@ -567,11 +567,11 @@ to `PATH` in the ``'s environment, the same as what e.g. RVM does. ### Environment variables -You can affect how Pyenv operates with the following settings: +You can affect how Pyenv operates with the following environment variables: name | default | description -----|---------|------------ -`PYENV_VERSION` | | Specifies the Python version to be used.
Also see [`pyenv shell`]COMMANDS.md#pyenv-shell) +`PYENV_VERSION` | | Specifies the Python version to be used.
Also see [`pyenv shell`](COMMANDS.md#pyenv-shell) `PYENV_ROOT` | `~/.pyenv` | Defines the directory under which Python versions and shims reside.
Also see [`pyenv root`](COMMANDS.md#pyenv-root) `PYENV_DEBUG` | | Outputs debug information.
Also as: `pyenv --debug ` `PYENV_HOOK_PATH` | [_see wiki_][hooks] | Colon-separated list of paths searched for pyenv hooks.