Add eval "$(pyenv virtualenv-init -)" to setup _precmd_ for user's shell

This commit is contained in:
Yamashita Yuu
2014-06-02 20:13:48 +09:00
parent c9043920db
commit af6c157a79
2 changed files with 109 additions and 0 deletions

View File

@@ -9,9 +9,12 @@ load test_helper
cd usr
assert [ -x bin/pyenv-activate ]
assert [ -x bin/pyenv-deactivate ]
assert [ -x bin/pyenv-sh-activate ]
assert [ -x bin/pyenv-sh-deactivate ]
assert [ -x bin/pyenv-virtualenv ]
assert [ -x bin/pyenv-virtualenv-init ]
assert [ -x bin/pyenv-virtualenv-prefix ]
assert [ -x bin/pyenv-virtualenvs ]
}