From eee0e2bea85ef4ab60f8b7807cab5f31ef4350d3 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 21 Jun 2013 19:49:36 +0900 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef00f1d..fde7d1f 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,10 @@ version. `pyenv virtualenvs` shows you the list of existing virtualenvs. + $ pyenv shell venv27 $ pyenv virtualenvs - venv27 (created from /home/yyuu/.pyenv/versions/2.7.5) - venv33 (created from /home/yyuu/.pyenv/versions/3.3.2) + * venv27 (created from /home/yyuu/.pyenv/versions/2.7.5) + venv33 (created from /home/yyuu/.pyenv/versions/3.3.2) ### Special environment variables