Ecosyste.ms: OpenCollective

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

Pyenv project team

Simple Python Version Management: pyenv
Collective - Host: opensource - https://opencollective.com/pyenv - Code: https://github.com/pyenv

When the ruby shim is invoked with a script, set RBENV_DIR to the script's dirname

github.com/pyenv/pyenv - 283e67b57e8ab0bbbe504aab6866729b0035186a authored almost 12 years ago by Sam Stephenson <[email protected]>
Fall back to $PWD if a local version file can't be found in $RBENV_DIR

github.com/pyenv/pyenv - 6c1fb9ffd062ff04607d2e0f486067eaf6e48d1e authored almost 12 years ago by Sam Stephenson <[email protected]>
use ruby-build

Fixes #294

github.com/pyenv/pyenv - c3fe192243bff9a00866d81af38d9012bfba419a authored almost 12 years ago by Oscar Del Ben <[email protected]>
fix "system" handling

github.com/pyenv/pyenv - 5b14236bac71b2a0bb9d7aa5c2be4eabce77b86a authored almost 12 years ago by Yamashita Yuu <[email protected]>
fix wrong link to the README in the help message

github.com/pyenv/pyenv - a16355fe33689571bdd0b5ad43635339d39e85d8 authored almost 12 years ago by Yamashita Yuu <[email protected]>
Tweak `rbenv --version` output

github.com/pyenv/pyenv - 1ebcbd92e2d28a9ade5174b7a22a9f3d7d9f3e71 authored almost 12 years ago by Sam Stephenson <[email protected]>
use `typeset` instead of `local` in rbenv() function

This is to insure portability to ksh.

Fixes #205, references #209

github.com/pyenv/pyenv - 3060578e3b346fee7429aa4f0f2542693cb765f9 authored almost 12 years ago by Mislav Marohnić <[email protected]>
foundation for a help system where each command holds its own docs

Docs are comprised from "Usage", "Summary" and "Help" sections, where
"Help" can span multiple c...

github.com/pyenv/pyenv - b8715bfee6fe11aa1a09397859b55a01bfe33ac7 authored almost 12 years ago by Mislav Marohnić <[email protected]>
Fix `rbenv prefix` for `system` version

Should be `/usr` or `/usr/local`, not `/usr/bin` or `/usr/local/bin`

github.com/pyenv/pyenv - 7fe9231e64d7ba28b7da4c36c3aa48676f66dac1 authored almost 12 years ago by Sam Stephenson <[email protected]>
Don't include `system` in `rbenv versions --bare` output

github.com/pyenv/pyenv - 9289af013216fdd3679b15b73b9d78e3af35b9e4 authored almost 12 years ago by Sam Stephenson <[email protected]>
make `shell` return an error code in case of failure

Fixes #274

github.com/pyenv/pyenv - 1f7722088da0a7ebef84e969f145d92ecf559329 authored almost 12 years ago by Mislav Marohnić <[email protected]>
have `versions` also list "system" if it exists

Closes #263

github.com/pyenv/pyenv - e548877ead42cd474bc1c58bdd02fd1bdbc82828 authored almost 12 years ago by Mislav Marohnić <[email protected]>
put up a note why `version-file-read` is tricky

github.com/pyenv/pyenv - 21391c8d2f8781c840b538babf869ad5a1157f37 authored almost 12 years ago by Mislav Marohnić <[email protected]>
fix rbenv-which with system ruby

Don't have `command -v` abort the whole script prematurely.

github.com/pyenv/pyenv - 99551dd1eced9233485b6bd508ac34abd821f2d4 authored almost 12 years ago by Roy Liu <[email protected]>
rbenv --version

github.com/pyenv/pyenv - b5a26936e8923b526ca3d71b73688e4e5f0cf876 authored almost 12 years ago by Mislav Marohnić <[email protected]>
speed up rbenv-init

Use `rbenv-commands` instead of `rbenv commands`. The latter
unnecessarily goes through `rbenv` ...

github.com/pyenv/pyenv - cf2813600391341ea13d927667b1f08cb0769610 authored almost 12 years ago by Ruben Verborgh <[email protected]>
tweak docs & add syntax highlighting to instructions

github.com/pyenv/pyenv - 349236c932f8c2ef5f7a9ee90fbb07f92558a02f authored almost 12 years ago by Mislav Marohnić <[email protected]>
Merge pull request #287 from mislav/versions-fix

fix `versions` in case current version doesn't exist

github.com/pyenv/pyenv - 0ce6fad14efac4c3626493425b92264ab03a9610 authored almost 12 years ago by Guillermo Iguaran <[email protected]>
fix documentation about manually compiling Ruby

./configure doesn't exist by default in repo: use autoconf to create it.

github.com/pyenv/pyenv - 0a9e2baef14b6838d886d412f426358f55076d6c authored almost 12 years ago by Joe Atzberger <[email protected]>
replace build system with generated table of contents

Gets rid of `doc/README.mdtoc` and its build script. Since GitHub.com
renders anchors for each h...

github.com/pyenv/pyenv - da562ad74cf00f66b92e33562a8a062ceb6085e3 authored almost 12 years ago by Mislav Marohnić <[email protected]>
Merge pull request #286 from candeira/ubuntu-install-instructions

fix install instructions for ubuntu & other linux

github.com/pyenv/pyenv - d45dc17f25f38d43fafcbb20313d9a2a0cbecc50 authored almost 12 years ago by Guillermo Iguaran <[email protected]>
fix install instructions for ubuntu (using version 12.04, but should work for all versions)

github.com/pyenv/pyenv - 7f1aefa09bdf7dd03cabc693e6250ae6748ed9e7 authored almost 12 years ago by Javier Candeira <[email protected]>
Merge pull request #288 from mislav/usage-fix

fix obsolete usage instruction

github.com/pyenv/pyenv - 21620546595b7ad00591bb388c5c17cf59e66db3 authored almost 12 years ago by Guillermo Iguaran <[email protected]>
fix obsolete usage instruction

github.com/pyenv/pyenv - 0ff3ca8a1252fb8d107d9186da2d8fed9e5c211d authored almost 12 years ago by Mislav Marohnić <[email protected]>
fix `versions` in case current version doesn't exist

`rbenv-versions` tries to read the current version to display a marker
next to it, but if that f...

github.com/pyenv/pyenv - 47c8a0e0b84c741770e96500046094d14f65f93c authored almost 12 years ago by Mislav Marohnić <[email protected]>
Merge pull request #225 from dentarg/master

Fixed broken link to RVM in documentation

github.com/pyenv/pyenv - 2a347226dfd6bae8cc70f5a1fa668a3376da96c6 authored almost 12 years ago by Guillermo Iguaran <[email protected]>
Merge pull request #188 from tundramonkey/master

Added in short note on Uninstalling Rubies under new 2.4 section in README

github.com/pyenv/pyenv - 962452d6d1ca339701ff660f979a8e6960f77348 authored almost 12 years ago by Ryan Bigg <[email protected]>
Sync doc/README.mdtoc with the actual README

All the changes to documentation should be done in doc/README.mdtoc

github.com/pyenv/pyenv - 2df165c49e892e2133624af93b23bbb0e1dd828a authored almost 12 years ago by Guillermo Iguaran <[email protected]>
Update README: use last version of jruby in examples

github.com/pyenv/pyenv - fc3a634e2203b7ffa931dc7e1b85dd76222032af authored almost 12 years ago by Guillermo Iguaran <[email protected]>
Merge pull request #278 from mattdbridges/master

Just trying to keep the README.md up to date with Ruby versions

github.com/pyenv/pyenv - 01a9141780bea13bab5bd92324da02b615682ae5 authored almost 12 years ago by Guillermo Iguaran <[email protected]>
Merge pull request #258 from baer/patch-1

Installation Step 1 is a one liner

github.com/pyenv/pyenv - f783b9ec0d126aaa7b4fdc2c3806a5767dc9e044 authored almost 12 years ago by Guillermo Iguaran <[email protected]>
update distribute and pip versions

* distribute (0.6.28 -> 0.6.32)
* pip (1.1 -> 1.2.1)

github.com/pyenv/pyenv - c9575d7cb02e2f83485d990e181429a655af8fb2 authored almost 12 years ago by Yamashita Yuu <[email protected]>
add pypy-2.0-beta1

github.com/pyenv/pyenv - 252003f18e47f59148c54a66d3da711547c435d2 authored almost 12 years ago by Yamashita Yuu <[email protected]>
Update README.md

Changing Ruby versions references to latest versions to keep somewhat up-to-date.

github.com/pyenv/pyenv - b745a51f30041ad8258ee50af944d033ca5f072c authored almost 12 years ago by Matt Bridges <[email protected]>
s/an/a/g

github.com/pyenv/pyenv-virtualenv - fce66ebba7d47fdd1468660594474419c5bbb494 authored almost 12 years ago by Yamashita Yuu <[email protected]>
update feature list in README

github.com/pyenv/pyenv - 7509b9fadf09353d9f73f0ddf088a5021e5c2b52 authored almost 12 years ago by Yamashita Yuu <[email protected]>
fix broken markup in README

github.com/pyenv/pyenv-virtualenv - 2551913d756bef011c0d2c6792be0afae9540b12 authored almost 12 years ago by Yamashita Yuu <[email protected]>
ignore non files

github.com/pyenv/pyenv - f878896a77f2ed9cea39d4c11e12a38def2c053b authored almost 12 years ago by Yamashita Yuu <[email protected]>
release 20121023

github.com/pyenv/pyenv-virtualenv - 2e418ee5639cd6c43f1b499b954248902d329c95 authored almost 12 years ago by Yamashita Yuu <[email protected]>
add install.sh

github.com/pyenv/pyenv-virtualenv - 7121fe04b0095df60e35a5502218381b46ae95d2 authored almost 12 years ago by Yamashita Yuu <[email protected]>
0.1.3git

github.com/pyenv/pyenv - d09af20897096a0c2c54fb8f08ee46e13386ab06 authored almost 12 years ago by Yamashita Yuu <[email protected]>
release 0.1.2

github.com/pyenv/pyenv - b520475b22234b75d1297f3d39877121993a19ab authored almost 12 years ago by Yamashita Yuu <[email protected]>
add install script

github.com/pyenv/pyenv - ffa2505450f77442a11d14fdc80031f47a649836 authored almost 12 years ago by Yamashita Yuu <[email protected]>
"rbx-1.2.4" is a variant of rubies, not a python

github.com/pyenv/pyenv - d73e945329b2891eb9c0be5cd279a3275c223948 authored almost 12 years ago by Yamashita Yuu <[email protected]>
I am not Sam.

github.com/pyenv/pyenv - 779aacbf077c84221c9855bd2cd8bef50280e5b4 authored almost 12 years ago by Yamashita Yuu <[email protected]>
update help messages

github.com/pyenv/pyenv-virtualenv - 908334a8e5f94b49e497e3e202f001132d34bf05 authored about 12 years ago by Yamashita Yuu <[email protected]>
update README

github.com/pyenv/pyenv-virtualenv - 50403a674e128c283328f0527383a3766f0a1646 authored about 12 years ago by Yamashita Yuu <[email protected]>
use default CC to build CPython and Stackless. `require_gcc` was

imported from ruby-build and is for rubies, not for pythons.

github.com/pyenv/pyenv - 2ed400bfc6d68da4624d4437c9c83f194a41b309 authored about 12 years ago by Yamashita Yuu <[email protected]>
enable creating virtualenv based on "system" python.

*NOTE*
change first argument of python-virtualenv to path to the python
executable, not a prefix...

github.com/pyenv/pyenv-virtualenv - 83a85e019314fd9869e5eb99e9cf443c1e2ab410 authored about 12 years ago by Yamashita Yuu <[email protected]>
Added bash support for completion of full command line

github.com/pyenv/pyenv - 02332d78f38d9baef7374841d736331dc5eaff09 authored about 12 years ago by Brian Olsen <[email protected]>
add `pyenv push` and `pyenv pop` to manage version stack

github.com/pyenv/pyenv - e8ad78f8379766dcd0a94ca5e6dd703f82e5a714 authored about 12 years ago by Yamashita Yuu <[email protected]>
update README

github.com/pyenv/pyenv - aede70061977e4a133cfdb8b741895577dd8689a authored about 12 years ago by Yamashita Yuu <[email protected]>
add CPython 3.3.0 release

github.com/pyenv/pyenv - ffa5fb0ea07f64e123a4929f739d7b9305f43769 authored about 12 years ago by Yamashita Yuu <[email protected]>
fix typo in README

github.com/pyenv/pyenv - 42079cf3fb1ce8eb374ee0d860e4c818a0147c99 authored about 12 years ago by Yamashita Yuu <[email protected]>
python 2.6 and older don't have "bin/python" as symlink.

so we must traverse files like "bin/python*" to obtain canonical name..

github.com/pyenv/pyenv-virtualenv - 67fc864252ad88f1f87d6c31cd3dc17bf16e58c0 authored about 12 years ago by Yamashita Yuu <[email protected]>
create virtualenv by actual executable name such as `python2.7` or `pypy`.

github.com/pyenv/pyenv-virtualenv - bd38d39ea46c8a3581cdaee5d7645e58646ab873 authored about 12 years ago by Yamashita Yuu <[email protected]>
ignore cache files generated by python3 and jython.

github.com/pyenv/pyenv-virtualenv - ed5f3eef77b208b8029490d43cd940ff205482ab authored about 12 years ago by Yamashita Yuu <[email protected]>
create project

github.com/pyenv/pyenv-virtualenv - edc686ad7fc5da3084b53c6f00da7de87fbcf1dd authored about 12 years ago by Yamashita Yuu <[email protected]>
ignore plugins other than python-build

github.com/pyenv/pyenv - d14eda2c1acb02a7ec176c78031ea2047aa35cbb authored about 12 years ago by Yamashita Yuu <[email protected]>
add 3.3.0rc2 and 3.3.0rc3

github.com/pyenv/pyenv - 579d44203fdcb0a7e4bfcc21464d9ccd17ef1259 authored about 12 years ago by Yamashita Yuu <[email protected]>
Merge pull request #1 from f440/master

Fix undiscovered function problem

github.com/pyenv/pyenv - a7695aa5d3fefa23714d55c1207aa6322d0a2821 authored about 12 years ago by Yamashita, Yuu <[email protected]>
fix typo in function name

github.com/pyenv/pyenv - f3ae8fd9042132415c0a0b9cc1f9df3a1a5a2f1a authored about 12 years ago by FUSE Yoshio <[email protected]>
replace `tr` by shell's IFS

github.com/pyenv/pyenv - 4174749b2448e07bf2e613eaaf0026446e43f1b9 authored about 12 years ago by Yamashita Yuu <[email protected]>
show all enabled versions (maybe multiple) in `pyenv versions`

github.com/pyenv/pyenv - e89ae3a4a9e3f64197473d3fe9868de14a2bb00f authored about 12 years ago by Yamashita Yuu <[email protected]>
fixed to read multiple versions from `PYENV_VERSION` environment variable

github.com/pyenv/pyenv - 13122ca9bfcaf67485f19ea1f8b29ce8015faf53 authored about 12 years ago by Yamashita Yuu <[email protected]>
0.1.2git

github.com/pyenv/pyenv - 34a4a532b2c27a32866d36cec2787c7a29b14f53 authored about 12 years ago by Yamashita Yuu <[email protected]>
release 0.1.1

github.com/pyenv/pyenv - d08fcc522e9d3db6fe2783970ed508a3d42e82f8 authored about 12 years ago by Yamashita Yuu <[email protected]>
added 3.3.0rc1

github.com/pyenv/pyenv - f0ff5a416efcaa137fd6b8f0a4cd57e44e00b52e authored about 12 years ago by Yamashita Yuu <[email protected]>
updated screenshot

github.com/pyenv/pyenv - e66ca60340dd1c5301db4f686f8c718f886bf827 authored about 12 years ago by Yamashita Yuu <[email protected]>
updated README

github.com/pyenv/pyenv - 71e5cd962e5623841b22802cceab5e3e059bdd8f authored about 12 years ago by Yamashita Yuu <[email protected]>
fixed `pyenv shell`. we cannot carry out bash array via envvars.

github.com/pyenv/pyenv - da659739d2bd53e27eae61483318eee967d76777 authored about 12 years ago by Yamashita Yuu <[email protected]>
s/PYENV_VERSIONS/PYENV_VERSION/ for backward compatibility.

github.com/pyenv/pyenv - dff57ae35dd4e5417cbc99e8e001ea98040571d0 authored about 12 years ago by Yamashita Yuu <[email protected]>
added more pythons

github.com/pyenv/pyenv - 2856f81bb91be6a2be7994ff43c0dae6d737075a authored about 12 years ago by Yamashita Yuu <[email protected]>
added CPython 2.5.6

github.com/pyenv/pyenv - 5224641f1ac7f34ee1e52f82633f3f2876faf55f authored about 12 years ago by Yamashita Yuu <[email protected]>
pypy installation doesn't require gcc

github.com/pyenv/pyenv - a4c02082cba33e7ba442593ed4f7317eb07f4714 authored about 12 years ago by Yamashita Yuu <[email protected]>
Merge branch 'version-stack'

github.com/pyenv/pyenv - 80c0dce7b2502f486972cf14deab312f86bfd78b authored about 12 years ago by Yamashita Yuu <[email protected]>
fixed build error on Mac OS X

github.com/pyenv/pyenv - de25a84dc205a7ed7a9a98b6b1b7e54e19c374bf authored about 12 years ago by Yamashita Yuu <[email protected]>
search commands from python version stack.

users can use multiple python versions at once.

github.com/pyenv/pyenv - 8187bc84e3f42d41ebd70537b55f1a1b753b5619 authored about 12 years ago by Yamashita Yuu <[email protected]>
0.1.1git

github.com/pyenv/pyenv - 880ea61dd8602e35e4cb221d510bd1705eab3ed3 authored about 12 years ago by Yamashita Yuu <[email protected]>
modify ruby-build for Python and import into pyenv as default plugin.

github.com/pyenv/pyenv - 7953f573c6d69588fb0c3ff75b7a433730eb9160 authored about 12 years ago by Yamashita Yuu <[email protected]>
created new project.

modified rbenv source for Python and renamed to pyenv.

github.com/pyenv/pyenv - 2457419b4acb65b76dd40d55f51b33a4a9e2f1e9 authored about 12 years ago by Yamashita Yuu <[email protected]>
Installation Step 1 is a one liner

Not a big change, just thought it's always good to make it easier for a beginner

github.com/pyenv/pyenv - 183c780698f22e573b9a0be2977b2b527e93c17c authored about 12 years ago by Eric <[email protected]>
Fixed broken link to RVM in documentation

github.com/pyenv/pyenv - 406c8e0303482215da1cbaf8671a5deabeba7ec5 authored over 12 years ago by Patrik Ragnarsson <[email protected]>
Merge pull request #217 from alecchen/master

remove "+=" operator in rbenv-rehash to support bash-3.0

github.com/pyenv/pyenv - 6778c8e905d774d4dc70724c455e6fcff4c1d3e1 authored over 12 years ago by Sam Stephenson <[email protected]>
remove "+=" operator to support bash-3.0

github.com/pyenv/pyenv - 3a94daeaf848211d93b6e83617623e468555c205 authored over 12 years ago by Alec Chen <[email protected]>
Merge pull request #203 from cldwalker/options_help

help for versions and commands, including their options

github.com/pyenv/pyenv - e5c64db2804b3dc0708da66a2ca9eb2fa27b3c14 authored over 12 years ago by Sam Stephenson <[email protected]>
help for versions and commands, including their options

github.com/pyenv/pyenv - d3700dfd703a570d370cc9cb2e01395d8764ac5b authored over 12 years ago by Gabriel Horner <[email protected]>
Merge pull request #184 from jvirtanen/fix/typos

Fix typos in documentation

github.com/pyenv/pyenv - 975b45dbfe728472ba37aa9136105e21330ced4a authored over 12 years ago by Sam Stephenson <[email protected]>
Merge pull request #189 from amarshall/master

Prevent $command from leaking outside of function

github.com/pyenv/pyenv - a49b07975ce4595005dad3cf209e9ccce8757c57 authored over 12 years ago by Sam Stephenson <[email protected]>
Changed doc/README.mdtoc and built README.md and changed nomenclature to 'ruby versions' as requested.

github.com/pyenv/pyenv - 5e57ab95ce619467c9ca97b9c8c80b6c1bac0128 authored over 12 years ago by Daryl Manning <[email protected]>
Prevent $command from leaking outside of function

github.com/pyenv/pyenv - 9c43fa916148008f6761781d6497c52bb36c0c46 authored over 12 years ago by Andrew Marshall <[email protected]>
And better codify the rbenv command just for good measure.

github.com/pyenv/pyenv - 9b286ecbfd9b498ba19600d68334d9ca16f2ee75 authored over 12 years ago by Daryl Manning <[email protected]>
Embrassing typo in the anchor link neme != name.

github.com/pyenv/pyenv - b7e9569ccb489a6e24a7b0cc9975bc4e6ea71fd5 authored over 12 years ago by Daryl Manning <[email protected]>
Added in section 2.4 on uninstalling rubies from .rbenv/versions to the README.

github.com/pyenv/pyenv - e92213142205f18fc57868460746c106f5128727 authored over 12 years ago by Daryl Manning <[email protected]>
Fix typos in documentation

github.com/pyenv/pyenv - 34813ef32cbb00dc0fe9bb4a801f9d7fd5ea9e9e authored over 12 years ago by Jussi Virtanen <[email protected]>
Merge pull request #183 from terceiro/new-hooks-dir

Add /usr/lib/rbenv/hooks to hook search path

github.com/pyenv/pyenv - e899f1d31c9f3d976a3a40ab73e845d386e5e3e8 authored over 12 years ago by Sam Stephenson <[email protected]>
Add /usr/lib/rbenv/hooks to hook search path

This will help with the packaging of rbenv plugin that contain hooks in
Debian.

github.com/pyenv/pyenv - d1bfeee33495a4e0dd6a03d9189bba9fb5d3ca3f authored over 12 years ago by Antonio Terceiro <[email protected]>
Merge pull request #179 from johnwilliams/master

rbenv-init arguments should be allowed in any order

github.com/pyenv/pyenv - 9ea1f7d53ed9883a284f4bb70f38dc0027b3c747 authored almost 13 years ago by Sam Stephenson <[email protected]>
Allow init arguments to be in any order.

github.com/pyenv/pyenv - f40bc773d231acfcf83a3c9b71eba67ed1cc4bef authored almost 13 years ago by John Williams <[email protected]>
Account for path entries with spaces in remove_from_path

github.com/pyenv/pyenv - 5d0a6630b94f4a1e2aae8828788a76432f5ace09 authored almost 13 years ago by Sam Stephenson <[email protected]>