From 1db565b67c38372e81db52f83d207c44b6cf1370 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 25 Jan 2014 18:39:29 +0900 Subject: [PATCH] Update README. Restart shell after installation of the plugin to enable `pyenv-sh-*` commands. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39c5cb3..c3d6ad0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Installing pyenv-virtualenv as a pyenv plugin will give you access to the `pyenv virtualenv` command. $ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv + $ exec "$SHELL" This will install the latest development version of pyenv-virtualenv into the `~/.pyenv/plugins/pyenv-virtualenv` directory.