From ed70fcb30e56ba9520664afca23a503db7ba83ac Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 16 Apr 2023 21:47:46 +0300 Subject: [PATCH] Revert "Exec not needed for fish shell" This reverts commit 5d30b0e10506d9084479d575febd80e6a1eddfc6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87cb1ff..3f973b9 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 (not needed in fish)** +3. **Restart your shell to enable pyenv-virtualenv** ```sh $ exec "$SHELL"