Commit Graph

  • e690650fd6 Merge pull request #237 from honza/fish-virtualenv-init Yamashita, Yuu 2017-09-27 11:05:28 +09:00
  • 74bc08b7dc Add a note about virtualenv-init for fish users Honza Pokorny 2017-09-26 08:31:48 -03:00
  • a22521e946 Fix wrong path to pyvenv.cfg (fixes #209) Yamashita, Yuu 2017-09-13 01:52:13 +00:00
  • b4eb09d1dd Merge pull request #232 from logikone/fix-force-option Yamashita, Yuu 2017-09-11 10:19:52 +09:00
  • 52cb0b1086 evaluate force flag before testing if venv exists Chris Larsen 2017-09-08 15:21:44 -06:00
  • 1e66783091 Merge pull request #231 from scop/spelling Yamashita, Yuu 2017-09-05 16:54:33 +09:00
  • b8dd4fcb53 Spelling fix Ville Skyttä 2017-09-05 10:12:45 +03:00
  • 4c8da67f02 v1.1.1 v1.1.1 Yamashita, Yuu 2017-08-24 00:30:36 +00:00
  • c2ba4952ff Merge pull request #230 from pyenv/gen-pydoc-executable Yamashita, Yuu 2017-08-23 20:17:57 +09:00
  • 927914b25f Make sure pydoc executable exists after creating virtualenv Yamashita, Yuu 2017-08-23 11:14:42 +00:00
  • e339fde2f3 Create virtualenv's bin directory explicitly to avoid CI failures Yamashita, Yuu 2017-08-22 23:04:39 +00:00
  • e83a1f12c2 Generate pydoc executable after creating new virtualenv (fixes #197, pyenv/pyenv#963) Yamashita, Yuu 2017-08-22 23:00:05 +00:00
  • 2727087757 Merge pull request #224 from cpaulik/support-conda-prefix Yamashita, Yuu 2017-07-21 10:01:08 +09:00
  • f64c8ed0dd Set CONDA_PREFIX to make is useable in conda activate/deactivate scripts. Christoph Paulik 2017-07-19 15:28:40 +02:00
  • e4d2c367cc v1.1.0 v1.1.0 Yamashita, Yuu 2017-07-03 00:39:50 +00:00
  • c67762742a Merge pull request #220 from jcrben/patch-1 Yamashita, Yuu 2017-06-21 16:43:44 +09:00
  • 1593b0e6b0 Be more explicit about .python-version file Ben Creasy 2017-06-20 23:44:53 -07:00
  • 862be21a32 fish: use "set -gx" instead of "setenv" (#218) Drummond Ogilvie 2017-06-08 20:52:57 +01:00
  • 252d6763f9 Update build status link target Yamashita, Yuu 2017-03-06 04:43:41 +00:00
  • 832244fe13 Update project URL to https://github.com/pyenv/pyenv-virtualenv Yamashita, Yuu 2017-03-06 04:16:48 +00:00
  • 61a5c7f807 Merge pull request #201 from yamotonalds/fix-typo Yamashita, Yuu 2017-02-18 09:21:12 -08:00
  • 304dff741f Fix typo yamotonalds 2017-02-18 22:06:05 +09:00
  • 53dd8bcf46 Merge pull request #198 from massongit/develop Yamashita, Yuu 2017-01-31 12:51:01 +09:00
  • f9b1814b82 Fix the installation command of README.md massongit 2017-01-31 12:38:21 +09:00
  • a3bc42cb93 v1.0.0 (yyuu/pyenv#520) v1.0.0 Yamashita, Yuu 2016-08-15 08:44:43 +00:00
  • 0fd8a161e6 v20160716 v20160716 Yamashita, Yuu 2016-07-16 07:00:03 +00:00
  • 704f08f866 Merge pull request #185 from yyuu/python-m-venv Yamashita, Yuu 2016-07-16 15:53:01 +09:00
  • 8c7dd01954 Replaced pyvenv by -m venv Yamashita, Yuu 2016-07-16 06:50:50 +00:00
  • 99a90ab774 Fix still broken tests Yamashita, Yuu 2016-07-16 06:43:47 +00:00
  • 187156d600 Use python -m venv instead on pyvenv in tests Yamashita, Yuu 2016-07-16 06:31:30 +00:00
  • 7dc9f78589 sed -e s/pyvenv/venv/g README.md [ci skip] Yamashita, Yuu 2016-07-16 05:49:41 +00:00
  • 24b494a858 Use -m venv instead of pyvenv executable (fixes #184) Yamashita, Yuu 2016-07-16 05:46:43 +00:00
  • 1488c3ed65 Merge pull request #176 from yyuu/fish-dot-to-source Yamashita, Yuu 2016-05-30 09:17:17 +09:00
  • 5c2d7dc291 Use source in favor of . (fixes #175) Yamashita, Yuu 2016-05-30 00:13:49 +00:00
  • f58bdb5cd5 Merge pull request #174 from yyuu/conda-activate-d Yamashita, Yuu 2016-05-25 10:02:12 +09:00
  • d9391b4fb9 Add tests for conda's package activate/deactivate script Yamashita, Yuu 2016-05-25 00:53:44 +00:00
  • d6bc583753 Source conda package activate/deactivat scripts if exist (fixes #173) Yamashita, Yuu 2016-05-24 00:39:40 +00:00
  • 98bb240843 Merge pull request #171 from yyuu/simplified-messaging-levels Yamashita, Yuu 2016-05-07 22:50:33 +09:00
  • 1cb6bb06ef Turn PYENV_VIRTUALENV_VERBOSE_ACTIVATE on if --verbose is given Yamashita, Yuu 2016-05-07 13:45:00 +00:00
  • 08cfea259c Remove backward compat --no-error option Yamashita, Yuu 2016-05-07 13:19:37 +00:00
  • c64aebef08 1) Made --quiet as opposite of --verbose 2) Suppress warning about prompts on --quiet Yamashita, Yuu 2016-05-02 01:07:48 +00:00
  • b952f573ba Merge pull request #169 from puhitaku/verbose_env Yamashita, Yuu 2016-04-19 09:58:26 +09:00
  • 62e32f9cb3 Fix test: add unsets puhitaku 2016-04-15 11:56:28 +09:00
  • 8ab4463d80 Fix test: unnecessary env puhitaku 2016-04-13 11:44:21 +09:00
  • 34dc769a5d Fix test: conda env puhitaku 2016-04-13 11:40:47 +09:00
  • 16597f0bb8 Fix test: deactivate puhitaku 2016-04-13 11:40:01 +09:00
  • fa0876685e Fix test: wrongly removed lines puhitaku 2016-04-13 11:27:00 +09:00
  • ab5b5b9221 Fix tests puhitaku 2016-04-08 17:27:11 +09:00
  • f627609419 Suppress activate/deactivate messages by default puhitaku 2016-04-08 15:45:26 +09:00
  • 23f7027ce4 Merge pull request #165 from shangsunset/master Yamashita, Yuu 2016-03-28 09:23:26 +09:00
  • 55f7e3e1e1 fix minor typos in test shangsunset 2016-03-26 23:25:14 -04:00
  • d26852e274 fix minor typos in test shangsunset 2016-03-25 19:24:58 -04:00
  • 7938c89aff change minor typo in bin/pyenv-sh-activate shangsunset 2016-03-25 17:02:33 -04:00
  • 1ce2e2d730 v20160315 v20160315 Yamashita, Yuu 2016-03-15 00:37:46 +00:00
  • d3d6504e01 Set proper CONDA_DEFAULT_ENV for shorter name (#160) Yamashita, Yuu 2016-03-14 12:49:51 +00:00
  • 15981986e5 Merge pull request #154 from seanfisk/eval-path-later Yamashita, Yuu 2016-03-07 11:40:54 +09:00
  • ddda0d7200 Merge pull request #158 from marco-buttu/master Yamashita, Yuu 2016-03-05 21:55:47 +09:00
  • 4f39ac4623 "pyenv virtualenvs" lists two entries for each virtualenv Marco Buttu 2016-03-05 08:50:10 +01:00
  • dbbbc33206 Evaluate ${PATH} when outputted code is eval'd. Sean Fisk 2016-02-29 00:30:43 -05:00
  • 17ee6e72b6 v20160202 v20160202 Yamashita, Yuu 2016-02-02 08:47:11 +00:00
  • 1f761275cd Install virtualenv 13.1.2 for CPython 3.2 (yyuu/pyenv#531) Yamashita, Yuu 2016-01-30 04:34:23 +00:00
  • 51ebc8ff8a v20160112 v20160112 Yamashita, Yuu 2016-01-12 01:53:27 +00:00
  • 4c8eeebbff Add missing declaration of virtualenv_prefix to fix looking up executables from source version (#62) Yamashita, Yuu 2016-01-12 00:30:50 +00:00
  • 433992e376 Merge pull request #138 from kerstin/autoactivate Yamashita, Yuu 2016-01-03 07:44:19 +09:00
  • efe6d6757c clarify how auto-activation works (requirements) Kerstin Kollmann 2016-01-02 16:31:37 +01:00
  • 5963688fc4 v20151229 v20151229 Yamashita, Yuu 2015-12-29 09:13:51 +00:00
  • 13b7dc172a need to use functions -q to check existence of the function in fish (#136) Yamashita, Yuu 2015-12-29 09:03:31 +00:00
  • 0b42fbc27d v20151222 v20151222 Yamashita, Yuu 2015-12-22 10:38:02 +00:00
  • bc5d308d05 Remove version string from test Yamashita, Yuu 2015-12-22 10:37:22 +00:00
  • 9414a6bb30 Stop showing version not installed in precmd (#49) Yamashita, Yuu 2015-12-18 02:32:01 +00:00
  • b9951fa69c Uninstall all virtualenvs inside envs on the uninstallation of the parent version Yamashita, Yuu 2015-12-18 00:30:29 +00:00
  • 2d73d058bd Fix wrong library path for virtualenv on PyPy/Jython (fixes #134) Yamashita, Yuu 2015-12-15 00:24:02 +00:00
  • 907c6b4265 Merge branch 'detect-virtualenv-prefix-without-executing-python' Yamashita, Yuu 2015-12-10 03:54:06 +00:00
  • 1e88df88a9 Rewrite virtualenv-prefix without executing python (#132) Yamashita, Yuu 2015-12-10 02:12:25 +00:00
  • c61fdaa478 Fix installation script to install hook scripts as well (#62) Yamashita, Yuu 2015-12-09 23:57:15 +00:00
  • fbb7d2876e Merge pull request #131 from leeclemens/patch-1 Yamashita, Yuu 2015-12-07 07:02:30 +09:00
  • a64f194163 Add envs/*/my-virtual-env dir for uninstall Lee Clemens 2015-12-06 12:11:08 -05:00
  • 17d22e7a13 Add PYENV_VIRTUAL_ENV to check if the virtualenv has been activated via pyenv-virtualenv or not (#128) Yamashita, Yuu 2015-12-05 01:35:59 +00:00
  • 8d307def52 Merge branch 'envs-riwyo-anyenv-workaround' (fixes #130) Yamashita, Yuu 2015-12-04 02:50:27 +00:00
  • a5d406a545 Add tests for extra envs in PYENV_ROOT Yamashita, Yuu 2015-12-04 02:41:43 +00:00
  • 9c49fcd734 Fix broken tests Yamashita, Yuu 2015-12-04 02:33:37 +00:00
  • 3fc832f4c7 Create virtualenv inside real_prefix Yamashita, Yuu 2015-12-04 00:42:28 +00:00
  • aae3bf2786 Add workaround for rywyo/anyenv Yamashita, Yuu 2015-12-04 00:27:09 +00:00
  • 035f5185b5 Skip ensurepip if --no-setuptools, --no-pip or --without-pip is given (fixes #127) Yamashita, Yuu 2015-12-04 00:07:01 +00:00
  • b9d17df337 pyenv-which-ext isn't necessary for Anaconda since latest pyenv has built-in hook Yamashita, Yuu 2015-12-03 07:08:55 +00:00
  • e230817496 Restored --no-error for compatibility with v20151103 and earlier Yamashita, Yuu 2015-12-02 23:59:41 +00:00
  • 6e91d75069 Stop showing message about pyenv virtualenv-init on activate (#122) Yamashita, Yuu 2015-12-02 23:49:07 +00:00
  • cf7dea411d Merge pull request #125 from yyuu/conda-create Yamashita, Yuu 2015-11-27 22:38:42 +09:00
  • fa11d65bf6 Add tests for conda create Yamashita, Yuu 2015-11-27 13:36:33 +00:00
  • 48b491f343 Add test helpers for virtualenv, pyvenv and conda Yamashita, Yuu 2015-11-27 13:30:52 +00:00
  • 6a2b77ed5b Fix tests Yamashita, Yuu 2015-11-27 12:36:59 +00:00
  • a67be6dbe7 Update README about conda create Yamashita, Yuu 2015-11-27 04:55:04 +00:00
  • 789c349570 Allow specifying python version for conda via -p or --python Yamashita, Yuu 2015-11-27 04:41:00 +00:00
  • bad8dcf768 Use conda create to create virtualenv if the source version is a Anaconda/Miniconda Yamashita, Yuu 2015-11-27 04:32:34 +00:00
  • 116e133c90 Activate a virtualenv of current version if specified version is not a virtualenv Yamashita, Yuu 2015-11-26 23:53:00 +00:00
  • 35732c8393 Merge branch 'virtualenv-without-python-executable' Yamashita, Yuu 2015-11-26 12:40:57 +00:00
  • c3d044d70a Only use premitives in which hooks to avoid infinite loop (#104) Yamashita, Yuu 2015-11-26 12:39:15 +00:00
  • bdda7214a8 Should not try to find system-site-packages if virtualenv is a conda's environment (#104) Yamashita, Yuu 2015-11-26 11:06:43 +00:00
  • 1edff311d5 exits as error if the virtual environment doesn't have python executable (#104) Yamashita, Yuu 2015-11-26 10:30:13 +00:00
  • 353062df09 Merge pull request #124 from yyuu/deactivation-before-activation-should-not-return-non-zero Yamashita, Yuu 2015-11-26 19:32:25 +09:00