Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyenv/pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
https://github.com/pyenv/pyenv-virtualenv

Merge pull request #201 from yamotonalds/fix-typo

Fix typo

61a5c7f807a3ec1d82cfb25b6f44b61d4cff853f authored almost 8 years ago by Yamashita, Yuu <[email protected]>
Fix typo

304dff741f4c0cd90a4b71cc8a4f30cd1a0b5472 authored almost 8 years ago by yamotonalds <[email protected]>
Merge pull request #198 from massongit/develop

Fix the installation command of README.md

53dd8bcf46ea053f874ffbda57a9760bebecd78f authored almost 8 years ago by Yamashita, Yuu <[email protected]>
Fix the installation command of README.md

f9b1814b828027c318412ec5b07c09ee9ba47069 authored almost 8 years ago by massongit <[email protected]>
v1.0.0 (yyuu/pyenv#520)

a3bc42cb93c5758ae967b4637829826800053689 authored over 8 years ago by Yamashita, Yuu <[email protected]>
v20160716

0fd8a161e666d2a6484988cf13b5f49d205fde66 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #185 from yyuu/python-m-venv

Use `-m venv` instead of `pyvenv` executable (fixes #184)

704f08f866589c847c20ac9104f7f771a38716af authored over 8 years ago by Yamashita, Yuu <[email protected]>
Replaced `pyvenv` by `-m venv`

8c7dd0195493742811147f7422f937102e564311 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Fix still broken tests

99a90ab774468c22cf7ef6cd28c58ae61def4aed authored over 8 years ago by Yamashita, Yuu <[email protected]>
Use `python -m venv` instead on `pyvenv` in tests

187156d600d32084e1204b82053228db93529431 authored over 8 years ago by Yamashita, Yuu <[email protected]>
sed -e `s/pyvenv/venv/g` README.md [ci skip]

7dc9f785891a3fca53c342c14ececb7959fa4024 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Use `-m venv` instead of `pyvenv` executable (fixes #184)

24b494a858fd1aa0c7b8526fc3b35fcebffcec32 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #176 from yyuu/fish-dot-to-source

Use `source` in favor of `.` (fixes #175)

1488c3ed65695d35756f8b887ea770053a0aa38f authored over 8 years ago by Yamashita, Yuu <[email protected]>
Use `source` in favor of `.` (fixes #175)

* https://github.com/yyuu/pyenv/pull/615
* https://github.com/fish-shell/fish-shell/issues/310

5c2d7dc29111c79a5175632ca52c731b973b17ad authored over 8 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #174 from yyuu/conda-activate-d

Source conda package activate/deactivat scripts if exist

f58bdb5cd5cd4e80c5217508e8e12788e006691a authored over 8 years ago by Yamashita, Yuu <[email protected]>
Add tests for conda's package activate/deactivate script

d9391b4fb99cffe9dd860f1a63bc6ca1f24a59b8 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Source conda package activate/deactivat scripts if exist (fixes #173)

d6bc5837533d300a1ee83ef4ca4cdda0dec62f2f authored over 8 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #171 from yyuu/simplified-messaging-levels

Simplified messaging levels

98bb240843ab76ece54dbf9c8e1a598859c43ba3 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Turn `PYENV_VIRTUALENV_VERBOSE_ACTIVATE` on if `--verbose` is given

1cb6bb06eff82d3e675b342a007ddab575a7c49d authored over 8 years ago by Yamashita, Yuu <[email protected]>
Remove backward compat `--no-error` option

08cfea259c699bbe590183e224016d7848f70e2e authored over 8 years ago by Yamashita, Yuu <[email protected]>
1) Made `--quiet` as opposite of `--verbose` 2) Suppress warning about prompts on `--quiet`

c64aebef08529cd65b505f5d8bb326930775b378 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #169 from puhitaku/verbose_env

Suppress activate/deactivate messages by default

b952f573ba5c968a7acc0bd9fee3b251b4b140d4 authored over 8 years ago by Yamashita, Yuu <[email protected]>
Fix test: add unsets

62e32f9cb35552c9675a50176c3b768d18951abf authored over 8 years ago by puhitaku <[email protected]>
Fix test: unnecessary env

8ab4463d805816517d6c7543dbe94bec9b9ff16b authored over 8 years ago by puhitaku <[email protected]>
Fix test: conda env

34dc769a5de2e392a09ced5d6b0f3a285f91aa3f authored over 8 years ago by puhitaku <[email protected]>
Fix test: deactivate

16597f0bb801a9328121ab4379150b84473e2743 authored over 8 years ago by puhitaku <[email protected]>
Fix test: wrongly removed lines

fa0876685e3f8dcd8801b93b878b62839abd974d authored over 8 years ago by puhitaku <[email protected]>
Fix tests

ab5b5b922198947cc9811fa4b4d6a8a2a160ca25 authored over 8 years ago by puhitaku <[email protected]>
Suppress activate/deactivate messages by default

f6276094199d84a5e98b56e0e6eadf523ab46504 authored over 8 years ago by puhitaku <[email protected]>
Merge pull request #165 from shangsunset/master

change minor typo in bin/pyenv-sh-activate

23f7027ce44ec7668a6536dd261d819a4b553d85 authored over 8 years ago by Yamashita, Yuu <[email protected]>
fix minor typos in test

55f7e3e1e194b38f01572c0b042deb8904779ce2 authored over 8 years ago by shangsunset <[email protected]>
fix minor typos in test

d26852e274f9c3eea25f657ad5af1cc5f8ecf119 authored over 8 years ago by shangsunset <[email protected]>
change minor typo in bin/pyenv-sh-activate

7938c89affde8740d6d3dc29fcf79cd7364dd359 authored over 8 years ago by shangsunset <[email protected]>
v20160315

1ce2e2d730f35044a5e1a8b603fa7d82d3f52822 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
Set proper `CONDA_DEFAULT_ENV` for shorter name (#160)

d3d6504e0159b363d94dc0e3b7ed64cb370491cb authored almost 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #154 from seanfisk/eval-path-later

Evaluate ${PATH} when outputted code is eval'd.

15981986e59fece244bb898a4c17666f0b0ffdd6 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #158 from marco-buttu/master

`pyenv virtualenvs` lists two entries for each virtualenv

ddda0d72004a28239147d570a89a235742e6710f authored almost 9 years ago by Yamashita, Yuu <[email protected]>
"pyenv virtualenvs" lists two entries for each virtualenv

4f39ac4623022fa4aae8fec2ad52fc8e06571602 authored almost 9 years ago by Marco Buttu <[email protected]>
Evaluate ${PATH} when outputted code is eval'd.

It was previously evaluated when 'pyenv virtualenv-init' is run.

dbbbc33206e9d4556a889a7b3cde7cda97b49210 authored almost 9 years ago by Sean Fisk <[email protected]>
v20160202

17ee6e72b638f2f3f896972ab259b2616fe397d5 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
Install virtualenv 13.1.2 for CPython 3.2 (yyuu/pyenv#531)

1f761275cde2f84440c95bc1dbfbd16e41446a18 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
v20160112

51ebc8ff8a962de28d7f4fa661b981dc38f4d162 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
Add missing declaration of `virtualenv_prefix` to fix looking up executables from source version (#62)

4c8eeebbffee23054d25aed7b562048dc0ff5d40 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #138 from kerstin/autoactivate

Clarification of auto-activation/deactivation feature

433992e376593f5c9d258a22ebd2506f80ff035b authored almost 9 years ago by Yamashita, Yuu <[email protected]>
clarify how auto-activation works (requirements)

efe6d6757c46fff2cd4fb3ebaff29713983eb514 authored almost 9 years ago by Kerstin Kollmann <[email protected]>
v20151229

5963688fc45c6e170f6d4f1d3bec051da8338f60 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
need to use `functions -q` to check existence of the function in fish (#136)

13b7dc172ab809c3300ee0fa777a20b900802661 authored almost 9 years ago by Yamashita, Yuu <[email protected]>
v20151222

0b42fbc27dd70d7de9823e42fa448f3bdacb0299 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Remove version string from test

bc5d308d05656d562df48b86cad56aaa4f7c6936 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Stop showing `version not installed` in precmd (#49)

9414a6bb302e55007fd58d7bb42dd6c2e3a81388 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Uninstall all virtualenvs inside `envs` on the uninstallation of the parent version

b9951fa69c13b1dbde0708bd70d8f85d21fd9858 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Fix wrong library path for virtualenv on PyPy/Jython (fixes #134)

2d73d058bda606a3ec921545c838c1f6442f7256 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge branch 'detect-virtualenv-prefix-without-executing-python'

907c6b4265e650ec77a534b44d199508dbf915ed authored about 9 years ago by Yamashita, Yuu <[email protected]>
Rewrite virtualenv-prefix without executing python (#132)

1e88df88a9e8a61404a530bf1b02b6bf3f750164 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Fix installation script to install hook scripts as well (#62)

c61fdaa47815a429f518be80f133b9c2a18c1de4 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #131 from leeclemens/patch-1

Add envs/*/my-virtual-env dir for uninstall

fbb7d2876ec6f19560ab79755e5e3343ab5f4aa2 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add envs/*/my-virtual-env dir for uninstall

Both directories need to be deleted or a subsequent install with the same name will fail

pyen...

a64f19416394e0a57ee5c4eeb62eeb2f6a3456f1 authored about 9 years ago by Lee Clemens <[email protected]>
Add `PYENV_VIRTUAL_ENV` to check if the virtualenv has been activated via pyenv-virtualenv or not (#128)

17d22e7a13e972b37dee15fb62706d94842100cd authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge branch 'envs-riwyo-anyenv-workaround' (fixes #130)

8d307def523e0cda8990439005baf37c343665d8 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add tests for extra `envs` in `PYENV_ROOT`

a5d406a5456e65b98cee699631f97a796d004190 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Fix broken tests

9c49fcd734750e98a4c6aeedb67421cfaae30606 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Create virtualenv inside `real_prefix`

3fc832f4c7a51e53bedb0bf8a6aef0e54ed0d77a authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add workaround for rywyo/anyenv

aae3bf2786619a400465af07b4e32db9b270f14f authored about 9 years ago by Yamashita, Yuu <[email protected]>
Skip `ensurepip` if `--no-setuptools`, `--no-pip` or `--without-pip` is given (fixes #127)

035f5185b5071f2aff01b07dac45a7d0c5bf350a authored about 9 years ago by Yamashita, Yuu <[email protected]>
`pyenv-which-ext` isn't necessary for Anaconda since latest pyenv has built-in hook

b9d17df3375f86361e695bc1e9d6724d8c7a5f75 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Restored `--no-error` for compatibility with v20151103 and earlier

e2308174961b8ca985080e3bc6dde7ce5d4ed77e authored about 9 years ago by Yamashita, Yuu <[email protected]>
Stop showing message about `pyenv virtualenv-init` on activate (#122)

`pyenv virtualenv-init` is just an option. Always showing message about
it would be too much to do.

6e91d750694c6afae77769e2e2843ed0797a8f0c authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #125 from yyuu/conda-create

Use `conda create` to create virtual environment if `conda` is available

cf7dea411dca932e8a0dc6930eb608863da91502 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add tests for `conda create`

fa11d65bf6511a6a07ed24338e26651196725e83 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add test helpers for virtualenv, pyvenv and conda

48b491f3433987bece8f93e940c8d59821d1a312 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Fix tests

6a2b77ed5bc6528f59c5da785cd546ee4e6324fe authored about 9 years ago by Yamashita, Yuu <[email protected]>
Update README about `conda create`

a67be6dbe7207355f93cde17a73e91f64cafb1ee authored about 9 years ago by Yamashita, Yuu <[email protected]>
Allow specifying python version for conda via `-p` or `--python`

789c349570491afc49842ae75033309c04ae4e33 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Use `conda create` to create virtualenv if the source version is a Anaconda/Miniconda

bad8dcf7687dbca25bec1d3edc14e9baeda35bf2 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Activate a virtualenv of current version if specified version is not a virtualenv

```sh
% pyenv versions
system
* miniconda3-3.16.0 (set by PYENV_VERSION environment variable)
...

116e133c906cfdfa60cf59a4f458f6f5f3b45e5e authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge branch 'virtualenv-without-python-executable'

35732c83933682e039d9701dbbd8d2fd36635b0d authored about 9 years ago by Yamashita, Yuu <[email protected]>
Only use premitives in which hooks to avoid infinite loop (#104)

c3d044d70a8d36188dd88f04f0be655475967871 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Should not try to find system-site-packages if virtualenv is a conda's environment (#104)

bdda7214a87ac3642c66aee3e8253bc4a978be43 authored about 9 years ago by Yamashita, Yuu <[email protected]>
exits as error if the virtual environment doesn't have `python` executable (#104)

conda's environment might not have `python` executable. If the prefix
doesn't contain `python` i...

1edff311d535db844e7c9ce145b0f22b06346604 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #124 from yyuu/deactivation-before-activation-should-not-return-non-zero

Deactivation before activation should not return as non-zero

353062df09bd12402c6f4e29efc985bdcf087bde authored about 9 years ago by Yamashita, Yuu <[email protected]>
Deactivation before activation should not return as non-zero (fixes #116)

aae07d13184b1648a898dfba43b84aae43e70030 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #123 from yyuu/remove-pyenv-deactivate

Remove `PYENV_DEACTIVATE`

aea9eda680d29ee59f3998770c48929da0e456e7 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Fix broken `--skip-aliases`

5e922539433017fd242d1c818184c767eaafa5bd authored about 9 years ago by Yamashita, Yuu <[email protected]>
Use glob to check if the virtualenv is inside pyenv's prefix or not

0bbb12a3bf1e65b29837899f32ebb27ef619e17c authored about 9 years ago by Yamashita, Yuu <[email protected]>
Suppress message about `virtualenv-init` if `-quiet` given (fixes #122)

4e9d697887df2bb09f8bed53e72d27228821c0e0 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Remove `PYENV_DEACTIVATE` (fixes #121)

This means that pyenv-virtualenv will not allow manual deactivation of
virtualenv if pyenv-virtu...

5f87786adf9e9527072f90ee23c9173eac985bf4 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add `--skip-aliases` to `pyenv virtualenvs` (fixes #120)

f92a3a26c55b4f918872e36cf333a195dfa0f371 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge branch 'slashes'

5fd9cf826dab267fc67d596b77cf132c5a262f56 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Basically `/` should not be allowed as a part of name of virtualenv

59bc189bec8e907ce672c88bebcd67f268758f23 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge pull request #119 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

ede56c1c2ec7d76706ef57d317786ae4402b3a5f authored about 9 years ago by Yamashita, Yuu <[email protected]>
Add Gitter badge

34ee1a47d769eb1818c1199665bac728d7b9a0be authored about 9 years ago by The Gitter Badger <[email protected]>
Allow manual activation of virtualenvs inside `$(pyenv-root)/versions` (#115)

caa5832b8ae2b323060d218d282f8ac3242b3d73 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge branch 'non-pyenv-virtualenv'

de1deb1e81b248e33f6b11bd2893b02641f3dcca authored about 9 years ago by Yamashita, Yuu <[email protected]>
Restore variables set by `activate` script of virtualenv properly (#150)

The `activate` script does't export the variables of `_OLD_VIRTUAL_*`,
most the deactivation cod...

83bc6a49e4945374a9abd11f7cf0078e83e0e944 authored about 9 years ago by Yamashita, Yuu <[email protected]>
exits as 0 if there is some virtualenv outside from pyenv is already activated (#114)

47feedc9347be88c3056809073ee631b7b86cb02 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Use canonical name for `VIRTUAL_ENV` as a workaround for IPython (fixes #113)

a73817eeccfa0236c4662778fb14c39a0047ab2e authored about 9 years ago by Yamashita, Yuu <[email protected]>
Unset environment variables to pass tests while activated

25bf4a61553e2be6cc7e8fc0d796e2bf889bcb94 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Skip creating `$(pyenv root)/versions/system/envs/` directory for virtualenv from `system`

0b9b19232ad2bb03155d356adc5b56b2a25bd92c authored about 9 years ago by Yamashita, Yuu <[email protected]>
Prevent removing symlinks bound to different version (#106)

bb623bd8bfb55d83be9b847b20fba94065e785e9 authored about 9 years ago by Yamashita, Yuu <[email protected]>
Merge branch 'restore-prompt'

3152718bfd28a208709122842d34c1e53df5f690 authored about 9 years ago by Yamashita, Yuu <[email protected]>