From 7c9ebc27279919bb6219ec2aa2fe073b24854773 Mon Sep 17 00:00:00 2001 From: diggzhang Date: Sat, 5 Aug 2017 14:11:30 +0800 Subject: [PATCH] Fix readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6196d61..6235ca5c 100644 --- a/README.md +++ b/README.md @@ -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: