From 5168aacdc025096e10107da611931b1b84a33e46 Mon Sep 17 00:00:00 2001 From: danse Date: Wed, 25 Jun 2014 18:41:46 +0200 Subject: [PATCH] Add manual activation example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c251dc3..e1f5f2e 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,11 @@ $ pyenv virtualenvs Some external tools (e.g. [jedi](https://github.com/davidhalter/jedi)) might require you to `activate` the virtualenv. The `pyenv-virtualenv` will automatically activate/deactivate the virtualenv if the `eval "$(pyenv virtualenv-init -)"` is properly configured in your shell. +You can also activate and deactivate a pyenv virtualenv this way: + + pyenv activate + pyenv deactivate + ### Special environment variables You can set certain environment variables to control the pyenv-virtualenv.