mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
8
Home.md
8
Home.md
@@ -139,15 +139,15 @@ such behavior is unpredictable and therefore harmful.
|
|||||||
which pyenv
|
which pyenv
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Check that pyenv's shims directory is in PATH:
|
2. Check that pyenv's shims directory is in your PATH:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo $PATH | grep --color=auto "$(pyenv root)/shims"
|
echo $PATH | grep --color=auto "$(pyenv root)/shims"
|
||||||
```
|
```
|
||||||
|
|
||||||
If not, see the `pyenv init` step in [installation instructions].
|
If not, see [Configure your shell's environment for pyenv] in the installation instructions.
|
||||||
|
|
||||||
[installation instructions]: ../../#installation
|
[Configure your shell's environment for pyenv]: ../#basic-github-checkout
|
||||||
|
|
||||||
|
|
||||||
### pyenv is installed but things just aren't working for me!
|
### pyenv is installed but things just aren't working for me!
|
||||||
@@ -159,7 +159,7 @@ git clone https://github.com/pyenv/pyenv-doctor.git "$(pyenv root)/plugins/pyenv
|
|||||||
pyenv doctor
|
pyenv doctor
|
||||||
```
|
```
|
||||||
|
|
||||||
[issues]: ../../issues
|
[issues]: https://github.com/pyenv/pyenv/issues
|
||||||
[Gist]: https://gist.github.com/
|
[Gist]: https://gist.github.com/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user