pyenv.pyenv-virtualenv/bin
Yamashita Yuu 21e999cc7c Fix deactivation issue with system version
$ pyenv global system
    $ pyenv shell venv
    (venv) $ pyenv shell --unset
    (venv) $ pyenv version
    system (set by /home/yamashita/.pyenv/version)
    (venv) $ pyenv which python
    /home/yamashita/.pyenv/versions/venv/bin/python # <-- should be `/usr/bin/python` (system)
2014-06-13 19:30:37 +09:00
..
pyenv-activate Fix completion of pyenv activate (fixes #15) 2014-02-03 14:49:47 +09:00
pyenv-deactivate Display error if pyenv activate was invoked as a command 2014-01-25 19:14:58 +09:00
pyenv-sh-activate style 2014-06-05 19:31:10 +09:00
pyenv-sh-deactivate activate: invoke pyenv shell only if the arguments passed 2014-06-04 15:24:36 +09:00
pyenv-virtualenv Create symlinks for executables with version suffix 2014-06-12 20:35:44 +09:00
pyenv-virtualenv-init Fix deactivation issue with system version 2014-06-13 19:30:37 +09:00
pyenv-virtualenv-prefix Add tests for pyenv-virtualenv-prefix 2014-01-21 01:27:03 +09:00
pyenv-virtualenvs remove redundant checks for pyenv-prefix 2013-06-21 19:42:46 +09:00