From 5d30b0e10506d9084479d575febd80e6a1eddfc6 Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Fri, 26 Jul 2019 18:17:40 -0700 Subject: [PATCH] Exec not needed for fish shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f973b9..87cb1ff 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ From inside that directory you can: **Pyenv note**: You may also need to add `eval "$(pyenv init -)"` to your profile if you haven't done so already. -3. **Restart your shell to enable pyenv-virtualenv** +3. **Restart your shell to enable pyenv-virtualenv (not needed in fish)** ```sh $ exec "$SHELL"