1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Merge pull request #959 from diggzhang/fix_doc

Fix readme.md
This commit is contained in:
Yamashita, Yuu
2017-08-05 16:47:42 +09:00
committed by GitHub

View File

@@ -217,7 +217,7 @@ easy to fork and contribute any changes back upstream.
4. **Restart your shell so the path changes take effect.**
You can now begin using pyenv.
```sh
$ exec $SHELL
$ exec "$SHELL"
```
5. **Install Python versions into `$(pyenv root)/versions`.**
For example, to download and install Python 2.7.8, run: