337 Commits (48b491f3433987bece8f93e940c8d59821d1a312)
 

Author SHA1 Message Date
  Yamashita, Yuu 2cc21f112c Merge pull request #40 from s0undt3ch/master 10 years ago
  Pedro Algarvio 81736da905 Indent to 2 spaces. 10 years ago
  Pedro Algarvio 7304608e0f Adapt tests to new output 10 years ago
  Pedro Algarvio 3ebb00414f `if [ pyenv deactivate --no-error --verbose ]` is not bourne shell compatible 10 years ago
  Yamashita Yuu c9bcef656c Use `.` instead of `source` to support POSIX sh 10 years ago
  Pedro Algarvio 2662b5807c Fix weird bash code issue which made bash complain about "then" 10 years ago
  Yamashita Yuu fa04d6f9df Add notes on `pyvenv` in README 10 years ago
  Yamashita Yuu a3c86f013b Deactivate virtualenv even if it has been activated manually 10 years ago
  Yamashita Yuu 7aa5d13633 v20140705 10 years ago
  Yamashita Yuu aef2546319 Fix broken fish's `if` statement 10 years ago
  Yamashita Yuu 6b4d6249a0 No need to use `eval` in fish init script 10 years ago
  Yamashita Yuu 0de2cdbbc3 Should not persist `PYENV_DEACTIVATE` after failed attempt to deactivate and activate 10 years ago
  Yamashita Yuu abfda4bac9 Fix issues with manual activation of virtual environments (#34) 10 years ago
  Yamashita Yuu be18fd294e Fix `virtualenv-prefix` when the version is `system` 10 years ago
  Yamashita Yuu d4ce853e94 Display information on automatic (de)?activation 10 years ago
  Yamashita Yuu 58ed045796 s/QUIET/NOERROR/g 10 years ago
  Yamashita Yuu c2b5bbd19a Fix fish syntax error at `else` 10 years ago
  Yamashita Yuu f0c400b669 Add `--quiet` option to `activate` and `deactivate` 10 years ago
  Yamashita Yuu 5b3b909089 Exit as error on deactivation failures 10 years ago
  Yamashita Yuu 0b5e0cf592 Unset shell version only if the `deactivate` has invoked 10 years ago
  Yamashita Yuu c09a6d3d6c Exit as error on activation failures 10 years ago
  Yamashita Yuu e2e69b3b38 Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade` 10 years ago
  Yamashita Yuu 008a9820bb Refactor `--upgrade` feature with virtualenv 10 years ago
  Yamashita, Yuu c68685a12f Merge pull request #33 from yyuu/restore-deactivate 10 years ago
  Yamashita Yuu 08b4c94f85 Use `PYENV_DEACTIVATE` to store which virtualenv has been deactivated (#32) 10 years ago
  Yamashita Yuu 7079cbe979 Fix broken `setenv` in `pyenv-virtualenv-init` 10 years ago
  Yamashita Yuu 763696b3fb Expand `install_virtualenv` for code simplicity 10 years ago
  Yamashita Yuu 0580d566d4 Remove a call of `create_symlinks` after the upgrade of existing virtualenv. 10 years ago
  Yamashita, Yuu 1a4fa48106 Merge pull request #31 from yyuu/remove-virtualenv-upgrade 10 years ago
  Yamashita Yuu 7a6325f8a4 Display deprecated warnings when `--upgrade` has given with virtualenv 10 years ago
  Yamashita Yuu 1944479bdf Merge branch 'ensurepip' 10 years ago
  Yamashita Yuu bad4507541 Run _ensurepip_ after the every creation of virtualenv/pyvenv 10 years ago
  Yamashita Yuu 7c8805c343 Use same _ensurepip_ logic as python-build 10 years ago
  Yamashita, Yuu 467e9da3a8 Merge pull request #30 from danse/patch-1 10 years ago
  danse 5168aacdc0 Add manual activation example 10 years ago
  Yamashita Yuu 877aba8ae7 Refactoring around `SETUPTOOLS_VERSION` and `PIP_VERSION` 10 years ago
  Yamashita, Yuu f5cfc95809 Merge pull request #27 from yyuu/bootstrap.pypa.io 10 years ago
  Yamashita Yuu 2fc7e62b78 Use https://bootstrap.pypa.io/ez_setup.py and https://bootstrap.pypa.io/get-pip.py 10 years ago
  Yamashita Yuu ea18a1b283 v20140615 (fixes #26) 10 years ago
  Yamashita Yuu dcb5371f07 Merge branch 'workaround-for-pyenv-which-ext' 10 years ago
  Yamashita Yuu 56a3225d6c Merge branch 'issue26' 10 years ago
  Yamashita Yuu dc12a345d8 Workaround for the issue with pyenv-which-ext (refs #26) 10 years ago
  Yamashita Yuu d9e3adc108 Performe as same as before v20140614 if `pyenv virtualenv-init` is not configured (#26) 10 years ago
  Yamashita Yuu 4a6ef11349 v20140614 10 years ago
  Yamashita Yuu 21e999cc7c Fix deactivation issue with `system` version 10 years ago
  Yamashita Yuu e853f74b26 Fix test cases around `create_symlinks` 10 years ago
  Yamashita Yuu fe5e69846e Create symlinks for executables with version suffix 10 years ago
  Yamashita Yuu c17e4ec9a4 style 10 years ago
  Yamashita Yuu 7828a15066 Use `pyenv-virtualenv-init` to show caveats 10 years ago
  Yamashita Yuu 55a2a9e482 Read shell profile from `$TMP` during tests 10 years ago