From 27a7466f1583e311ef33fc073820b9c98dafe56f Mon Sep 17 00:00:00 2001 From: Jamie Webb Date: Tue, 2 May 2017 16:52:53 +0100 Subject: [PATCH] Update link to pyenv shell documentation in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1011b16..efa4ed94 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ easy to fork and contribute any changes back upstream. ``` **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. **Ubuntu and Fedora note**: Modify your `~/.bashrc` file instead of `~/.bash_profile`. - + **General warning**: There are some systems where the `BASH_ENV` variable is configured to point to `.bashrc`. On such systems you should almost certainly put the abovementioned line `eval "$(pyenv init -)` into `.bash_profile`, and **not** into `.bashrc`. Otherwise you @@ -226,7 +226,7 @@ easy to fork and contribute any changes back upstream. ``` **NOTE:** If you need to pass configure option to build, please use ```CONFIGURE_OPTS``` environment variable. - + **NOTE:** If you want to use proxy to download, please use `http_proxy` and `https_proxy` environment variable. @@ -355,7 +355,7 @@ You can affect how pyenv operates with the following settings: name | default | description -----|---------|------------ -`PYENV_VERSION` | | Specifies the Python version to be used.
Also see [`pyenv shell`](#pyenv-shell) +`PYENV_VERSION` | | Specifies the Python version to be used.
Also see [`pyenv shell`](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md#pyenv-shell) `PYENV_ROOT` | `~/.pyenv` | Defines the directory under which Python versions and shims reside.
Also see `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.