From 0786c7c5b680274d4865ac70c4a8e6d340f6885a Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 3 Nov 2014 08:48:42 -0800 Subject: [PATCH] The `pyenv virtualenv-init` is not always necessary (#42) It is necessary only if user want automatic fashion of activation. If the users of pyenv-virtualenv doesn't need the feature, they can omit the configuration safely. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ee6b2..1fca845 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ From inside that directory you can: $ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv -2. **Add `pyenv virtualenv-init` to your shell** to enable activation of virtualenv +2. **Add `pyenv virtualenv-init` to your shell** to enable activation of virtualenv. This is entirely optional but pretty useful. $ echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile