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