restore missing VIRTUALENV_PYTHON_BIN

This commit is contained in:
Yamashita Yuu
2013-05-08 14:08:26 +09:00
parent 404918c7d9
commit 3b7be75458

View File

@@ -179,6 +179,7 @@ fi
VIRTUALENV_NAME="${ARGUMENTS[1]##*/}"
VIRTUALENV_PATH="${PYENV_ROOT}/versions/${VIRTUALENV_NAME}"
VIRTUALENV_PYTHON_BIN="${VIRTUALENV_PATH}/bin/python"
# virtualenv may download distribute/setuptools in current directory.
# change to cache directory to reuse them between invocation.