mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 23:43:44 -05:00
Create virtualenv inside envs directory as similar as Anaconda
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user