166 Commits (e535faea4dc4f8e70c582aa8e3f525fec312fd15)

Autor SHA1 Nachricht Datum
  Yamashita, Yuu e535faea4d Ignore user's site-packages on ensurepip/get-pip (#89) vor 9 Jahren
  Yamashita, Yuu 90531a6a48 v20150719 vor 9 Jahren
  Yamashita, Yuu b32d357353 Add tests for conda vor 9 Jahren
  Yamashita, Yuu cdbf7c9972 activate "root" environment of anaconda/miniconda if environment name is not given vor 9 Jahren
  Yamashita, Yuu 25395f0331 activate: look for a conda environment if given name is not a pyenv's prefix vor 9 Jahren
  Yamashita, Yuu be6701e7b6 Fix `Error: too many arguments.` on deactivating anaconda env vor 9 Jahren
  Yamashita, Yuu 65c74dbf2d activate/deactivate anaconda/miniconda envs vor 9 Jahren
  Yamashita, Yuu 6132f4228e *EXPERIMENTAL* a support for _envs_ created by anaconda/miniconda vor 9 Jahren
  Daniel Hahler 8ca45c0e0a init: fix shell detection when invoked from a script vor 9 Jahren
  Yamashita Yuu 69fee6855d Show error message if the source version is not installed (#83) vor 9 Jahren
  Yamashita Yuu e261806f96 Skip installing `setuptools` explicitly with using `ez_setup.py` (yyuu/pyenv#381) vor 9 Jahren
  Yamashita Yuu 9a52f9fb5d v20150526 vor 9 Jahren
  Daniel Hahler 2571a2b973 activate: display setup instructions only with PYENV_VIRTUALENV_INIT=0 vor 9 Jahren
  Daniel Hahler 95fa7a35ad shell: do not use basename, but bash vor 9 Jahren
  Daniel Hahler 6bc0253d17 minor: fix comments vor 9 Jahren
  Daniel Hahler c184c01174 Usage: version is optional vor 9 Jahren
  Josh Hagins 5953ddaf64 Ignore failure of pyenv activate vor 9 Jahren
  Daniel Hahler 2ab9483116 Use `typeset -g` with `precmd_functions` vor 9 Jahren
  Yamashita Yuu 32e5a73345 v20150119 vor 9 Jahren
  Yamashita Yuu 0fc9441f09 Anaconda has `activate` script nevertheless it is not a virtual environment (#65) vor 9 Jahren
  Tony Wang e04a6f88fe fix wrong output in test in fish, refs 240a1de vor 9 Jahren
  Tony Wang 240a1de6e5 fix warns for virtualenv-init corner case on fish vor 9 Jahren
  Yamashita Yuu 191e806ba9 shell version set in `activate` should be unset in `deactivate` (#61) vor 9 Jahren
  Tony Wang f681df6f20 fix incorrect fish syntax in pyenv-virtualenv-init vor 9 Jahren
  Yamashita Yuu e774464ced ignore error from `pyenv-version-name` since it might fail if there is configuration error (yyuu/pyenv#291) vor 9 Jahren
  Yamashita Yuu ad644e83b5 v20141106 vor 10 Jahren
  Yamashita Yuu 2060c43387 Stop buzzy errors from embeded shell functions vor 10 Jahren
  Yamashita Yuu a02eb0a396 Calling `create_symlinks` after `ensurepip` is unnecessary vor 10 Jahren
  Yamashita Yuu 1d36ef2f68 v20141012 vor 10 Jahren
  Yamashita Yuu d6671249b7 Should not persist `PYENV_DEACTIVATE` after automatic deactivation (#47, #48) vor 10 Jahren
  Beau Barker 79bfc9d362 When changing from a virtualenv to "system", unset PYENV_DEACTIVATE. Previously the var remained set, which made it impossible to reactivate the previous virtualenv vor 10 Jahren
  Daniel Hahler 86046fd4e8 Do not allow whitespace in VIRTUALENV_NAME vor 10 Jahren
  Pedro Algarvio 81736da905 Indent to 2 spaces. vor 10 Jahren
  Pedro Algarvio 3ebb00414f `if [ pyenv deactivate --no-error --verbose ]` is not bourne shell compatible vor 10 Jahren
  Yamashita Yuu c9bcef656c Use `.` instead of `source` to support POSIX sh vor 10 Jahren
  Pedro Algarvio 2662b5807c Fix weird bash code issue which made bash complain about "then" vor 10 Jahren
  Yamashita Yuu a3c86f013b Deactivate virtualenv even if it has been activated manually vor 10 Jahren
  Yamashita Yuu 7aa5d13633 v20140705 vor 10 Jahren
  Yamashita Yuu aef2546319 Fix broken fish's `if` statement vor 10 Jahren
  Yamashita Yuu 6b4d6249a0 No need to use `eval` in fish init script vor 10 Jahren
  Yamashita Yuu 0de2cdbbc3 Should not persist `PYENV_DEACTIVATE` after failed attempt to deactivate and activate vor 10 Jahren
  Yamashita Yuu abfda4bac9 Fix issues with manual activation of virtual environments (#34) vor 10 Jahren
  Yamashita Yuu be18fd294e Fix `virtualenv-prefix` when the version is `system` vor 10 Jahren
  Yamashita Yuu d4ce853e94 Display information on automatic (de)?activation vor 10 Jahren
  Yamashita Yuu 58ed045796 s/QUIET/NOERROR/g vor 10 Jahren
  Yamashita Yuu c2b5bbd19a Fix fish syntax error at `else` vor 10 Jahren
  Yamashita Yuu f0c400b669 Add `--quiet` option to `activate` and `deactivate` vor 10 Jahren
  Yamashita Yuu 5b3b909089 Exit as error on deactivation failures vor 10 Jahren
  Yamashita Yuu 0b5e0cf592 Unset shell version only if the `deactivate` has invoked vor 10 Jahren
  Yamashita Yuu c09a6d3d6c Exit as error on activation failures vor 10 Jahren