mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix readme.md
This commit is contained in:
parent
7dae19765c
commit
7c9ebc2727
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue