424 コミット (a22521e9464dd1d84a1252759f1aaf49a277e971)
 

作成者 SHA1 メッセージ 日付
  Yamashita, Yuu a22521e946 Fix wrong path to `pyvenv.cfg` (fixes #209) 7年前
  Yamashita, Yuu b4eb09d1dd Merge pull request #232 from logikone/fix-force-option 7年前
  Chris Larsen 52cb0b1086 evaluate force flag before testing if venv exists 7年前
  Yamashita, Yuu 1e66783091 Merge pull request #231 from scop/spelling 7年前
  Ville Skyttä b8dd4fcb53 Spelling fix 7年前
  Yamashita, Yuu 4c8da67f02 v1.1.1 7年前
  Yamashita, Yuu c2ba4952ff Merge pull request #230 from pyenv/gen-pydoc-executable 7年前
  Yamashita, Yuu 927914b25f Make sure pydoc executable exists after creating virtualenv 7年前
  Yamashita, Yuu e339fde2f3 Create virtualenv's bin directory explicitly to avoid CI failures 7年前
  Yamashita, Yuu e83a1f12c2 Generate `pydoc` executable after creating new virtualenv (fixes #197, pyenv/pyenv#963) 7年前
  Yamashita, Yuu 2727087757 Merge pull request #224 from cpaulik/support-conda-prefix 7年前
  Christoph Paulik f64c8ed0dd Set CONDA_PREFIX to make is useable in conda activate/deactivate scripts. 7年前
  Yamashita, Yuu e4d2c367cc v1.1.0 7年前
  Yamashita, Yuu c67762742a Merge pull request #220 from jcrben/patch-1 7年前
  Ben Creasy 1593b0e6b0 Be more explicit about `.python-version` file 7年前
  Drummond Ogilvie 862be21a32 fish: use "set -gx" instead of "setenv" (#218) 7年前
  Yamashita, Yuu 252d6763f9 Update build status link target 7年前
  Yamashita, Yuu 832244fe13 Update project URL to https://github.com/pyenv/pyenv-virtualenv 7年前
  Yamashita, Yuu 61a5c7f807 Merge pull request #201 from yamotonalds/fix-typo 7年前
  yamotonalds 304dff741f Fix typo 7年前
  Yamashita, Yuu 53dd8bcf46 Merge pull request #198 from massongit/develop 7年前
  massongit f9b1814b82 Fix the installation command of README.md 7年前
  Yamashita, Yuu a3bc42cb93 v1.0.0 (yyuu/pyenv#520) 8年前
  Yamashita, Yuu 0fd8a161e6 v20160716 8年前
  Yamashita, Yuu 704f08f866 Merge pull request #185 from yyuu/python-m-venv 8年前
  Yamashita, Yuu 8c7dd01954 Replaced `pyvenv` by `-m venv` 8年前
  Yamashita, Yuu 99a90ab774 Fix still broken tests 8年前
  Yamashita, Yuu 187156d600 Use `python -m venv` instead on `pyvenv` in tests 8年前
  Yamashita, Yuu 7dc9f78589 sed -e `s/pyvenv/venv/g` README.md [ci skip] 8年前
  Yamashita, Yuu 24b494a858 Use `-m venv` instead of `pyvenv` executable (fixes #184) 8年前
  Yamashita, Yuu 1488c3ed65 Merge pull request #176 from yyuu/fish-dot-to-source 8年前
  Yamashita, Yuu 5c2d7dc291 Use `source` in favor of `.` (fixes #175) 8年前
  Yamashita, Yuu f58bdb5cd5 Merge pull request #174 from yyuu/conda-activate-d 8年前
  Yamashita, Yuu d9391b4fb9 Add tests for conda's package activate/deactivate script 8年前
  Yamashita, Yuu d6bc583753 Source conda package activate/deactivat scripts if exist (fixes #173) 8年前
  Yamashita, Yuu 98bb240843 Merge pull request #171 from yyuu/simplified-messaging-levels 8年前
  Yamashita, Yuu 1cb6bb06ef Turn `PYENV_VIRTUALENV_VERBOSE_ACTIVATE` on if `--verbose` is given 8年前
  Yamashita, Yuu 08cfea259c Remove backward compat `--no-error` option 8年前
  Yamashita, Yuu c64aebef08 1) Made `--quiet` as opposite of `--verbose` 2) Suppress warning about prompts on `--quiet` 8年前
  Yamashita, Yuu b952f573ba Merge pull request #169 from puhitaku/verbose_env 8年前
  puhitaku 62e32f9cb3 Fix test: add unsets 8年前
  puhitaku 8ab4463d80 Fix test: unnecessary env 8年前
  puhitaku 34dc769a5d Fix test: conda env 8年前
  puhitaku 16597f0bb8 Fix test: deactivate 8年前
  puhitaku fa0876685e Fix test: wrongly removed lines 8年前
  puhitaku ab5b5b9221 Fix tests 8年前
  puhitaku f627609419 Suppress activate/deactivate messages by default 8年前
  Yamashita, Yuu 23f7027ce4 Merge pull request #165 from shangsunset/master 8年前
  shangsunset 55f7e3e1e1 fix minor typos in test 8年前
  shangsunset d26852e274 fix minor typos in test 8年前