Yamashita Yuu
0de2cdbbc3
Should not persist PYENV_DEACTIVATE after failed attempt to deactivate and activate
2014-07-05 06:53:46 +09:00
Yamashita Yuu
abfda4bac9
Fix issues with manual activation of virtual environments ( #34 )
2014-07-04 22:55:06 +09:00
Yamashita Yuu
d4ce853e94
Display information on automatic (de)?activation
2014-07-04 22:44:05 +09:00
Yamashita Yuu
08b4c94f85
Use PYENV_DEACTIVATE to store which virtualenv has been deactivated ( #32 )
2014-06-30 23:03:37 +09:00
Yamashita Yuu
7079cbe979
Fix broken setenv in pyenv-virtualenv-init
2014-06-30 21:35:53 +09:00
Yamashita Yuu
d9e3adc108
Performe as same as before v20140614 if pyenv virtualenv-init is not configured ( #26 )
2014-06-15 16:43:50 +09:00
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
Yamashita Yuu
ea120da0c5
fish: Suppress annoying stderr outputs from pyenv-sh-activate
2014-06-04 15:24:34 +09:00
Yamashita Yuu
af6c157a79
Add eval "$(pyenv virtualenv-init -)" to setup _precmd_ for user's shell
2014-06-04 15:24:12 +09:00