From 2e418ee5639cd6c43f1b499b954248902d329c95 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 23 Oct 2012 15:50:39 +0900 Subject: [PATCH] release 20121023 --- README.md | 7 +++++++ bin/python-virtualenv | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a7088..f90781f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ under `~/.pyenv/versions`. ## Version History +#### 20121023 + + * Create virtualenv with exact name of python executables. + * Changed command-line options of python-virtualenv. + First argument should be a path to the python executable. + * Add install script. + #### 20120927 * Initial public release. diff --git a/bin/python-virtualenv b/bin/python-virtualenv index f7c66d4..6bfe414 100755 --- a/bin/python-virtualenv +++ b/bin/python-virtualenv @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PYTHON_VIRTUALENV_VERSION="20120927" +PYTHON_VIRTUALENV_VERSION="20121023" set -E exec 3<&2 # preserve original stderr at fd 3