mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-10 12:33:54 -05:00
remove redundant environment variable declaration
This commit is contained in:
@@ -47,7 +47,6 @@ EOS
|
|||||||
|
|
||||||
@test "activate virtualenv from current version with custom prompt" {
|
@test "activate virtualenv from current version with custom prompt" {
|
||||||
export PYENV_VIRTUALENV_INIT=1
|
export PYENV_VIRTUALENV_INIT=1
|
||||||
export PYENV_VIRTUALENV_PROMPT='venv:{venv}'
|
|
||||||
|
|
||||||
stub pyenv-version-name "echo venv"
|
stub pyenv-version-name "echo venv"
|
||||||
stub pyenv-virtualenv-prefix "venv : echo \"${PYENV_ROOT}/versions/venv\""
|
stub pyenv-virtualenv-prefix "venv : echo \"${PYENV_ROOT}/versions/venv\""
|
||||||
|
|||||||
Reference in New Issue
Block a user