Create virtualenv inside envs directory as similar as Anaconda

This commit is contained in:
Yamashita, Yuu
2015-11-04 14:44:10 +00:00
parent 7931f6c766
commit 8038659299
6 changed files with 65 additions and 40 deletions

View File

@@ -27,8 +27,8 @@ OUT
assert_success
assert_output <<-OUT
before: ${PYENV_ROOT}/versions/venv
PYENV_VERSION=3.2.1 virtualenv ${PYENV_ROOT}/versions/venv
before: ${PYENV_ROOT}/versions/3.2.1/envs/venv
PYENV_VERSION=3.2.1 virtualenv ${PYENV_ROOT}/versions/3.2.1/envs/venv
after: 0
rehashed
OUT