Ecosyste.ms: OpenCollective

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

github.com/pyenv/pyenv

Simple Python version management
https://github.com/pyenv/pyenv

-information in readme pitch

253f6ee1d922244859dd000ee42962ff8e648a02 authored about 12 years ago by Jeremy Kemper <[email protected]>
Riff on the readme pitch

bac149e82424c0e694e3366f505ef09b782584cb authored about 12 years ago by Jeremy Kemper <[email protected]>
Rewrite the readme pitch

3ec34448fac7ae306b23db1b8aae2e2629bf7794 authored about 12 years ago by Sam Stephenson <[email protected]>
Clarify that .rbenv-version is removed when migrating

919c4240fc23f47a95ea51bf9c550070435b3d5f authored about 12 years ago by Sam Stephenson <[email protected]>
Shims include the full path to rbenv

This makes it possible to execute rbenv shims without rbenv's bin
directory in the path.

44c2378f2a8bd09df4dfd360e238d5aa7209ea98 authored about 12 years ago by Sam Stephenson <[email protected]>
Document .ruby-version

377b176260e1761b9dace3f023da3b5cb58b2815 authored about 12 years ago by Sam Stephenson <[email protected]>
Tweak the ruby- prefix warning

d2a8ca7d891cb230f28b970c17f7be0ae3c4e714 authored about 12 years ago by Sam Stephenson <[email protected]>
Read both .ruby-version and .rbenv-version, but write (and migrate to) .ruby-version

d4faae187a7eb8fd6f4b9d2aacdb3352bf7d3fec authored about 12 years ago by Sam Stephenson <[email protected]>
Accept "ruby-" version prefix but print a warning to stderr

5e52fae7c175c653d95e80435584754f2b418e0f authored about 12 years ago by Sam Stephenson <[email protected]>
Prefer .ruby-version to .rbenv-version for reading local versions

b974bf54dc070b9b0fb5744dae54327238564d4e authored about 12 years ago by Sam Stephenson <[email protected]>
Usage consistency

4b6c91e82762737ffefef343179670b60b608cfa authored about 12 years ago by Sam Stephenson <[email protected]>
Include `install` and `uninstall` in help if ruby-build is installed

51467dc4a3f838b2e9b8e2689737f1a4931d353d authored about 12 years ago by Sam Stephenson <[email protected]>
Merge pull request #292 from sstephenson/help

help system where each command holds its own docs

eb79a3edaa7ed0baf03ac18155a2439736eac670 authored about 12 years ago by Sam Stephenson <[email protected]>
Documentation tweaks

37eca782cc828fa0d4470e300d1411964a2ca6ef authored about 12 years ago by Sam Stephenson <[email protected]>
Wrap documentation comments at 70 columns

19666f25986f27f9610570ac9000c68fd605aad1 authored about 12 years ago by Sam Stephenson <[email protected]>
new-style documentation for most commands

3436bddaea90ff8ee403530891f836b2719dbf7d authored about 12 years ago by Mislav Marohnić <[email protected]>
allow indented lines in help text

Before, lines of help that were indented were stripped away.

5cc6b0e3d3d9559b3134a42f02ac3ca3be752790 authored about 12 years ago by Mislav Marohnić <[email protected]>
display help for commands that have Summary but not Usage

A command doesn't have to specify Usage docs if it doesn't accept any
arguments. The default usa...

2b21e22e976ae905bb80585ccfe9a57e1dcc64de authored about 12 years ago by Mislav Marohnić <[email protected]>
Don't print version before help summary (bare `rbenv` already does this)

57df94573846567a5da0608acc916783c7813a24 authored about 12 years ago by Sam Stephenson <[email protected]>
Add `rbenv help --usage`

e2e474c59ddecadffa7c318ee2fe2f23d4cd25a5 authored about 12 years ago by Sam Stephenson <[email protected]>
Improve syntax for inline documentation and allow for multi-line usage

4c19dc22d7b1f674058acb95d51bde417dc80a62 authored about 12 years ago by Sam Stephenson <[email protected]>
Merge branch 'master' into help

ef44b4ccacf605b89492bd6a47ac726545680b4f authored about 12 years ago by Sam Stephenson <[email protected]>
avoid prepending system ruby to PATH

System ruby is already on PATH (that's the definition of system ruby) and by
duplicating its pat...

8ee2f2657a088851d0aa75736c7b0305a10522f1 authored about 12 years ago by Mislav Marohnić <[email protected]>
Add zsh support for completion of full command line

f635c8715cd990fa6f066117c67240ac38ef9b46 authored about 12 years ago by Sam Stephenson <[email protected]>
Merge remote-tracking branch 'griff/morecompletion'

3ceeb72ac6fbaab5d304fecb609e12998cd48db3 authored about 12 years ago by Sam Stephenson <[email protected]>
Merge pull request #299 from sstephenson/automatic-local-exec

Automatic local exec

e0b8938fef05dd6d08322e113015c51e79c70291 authored about 12 years ago by Sam Stephenson <[email protected]>
Run `hash -r` after `rbenv rehash` when shell integration is enabled

Fixes #119

811ca05916ad5cef5b26dec661b0906d126dd770 authored about 12 years ago by Sam Stephenson <[email protected]>
Speed up rbenv-rehash with a simpler indexing approach

df9bbd7ab3be2ae44b598b25bd9d49bdf62cd809 authored about 12 years ago by Sam Stephenson <[email protected]>
Ensure outdated shims are removed first when rehashing

339e331f1dcdbbe3659981968e081492817023ed authored about 12 years ago by Sam Stephenson <[email protected]>
When the ruby shim is invoked with a script, set RBENV_DIR to the script's dirname

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

6c1fb9ffd062ff04607d2e0f486067eaf6e48d1e authored about 12 years ago by Sam Stephenson <[email protected]>
use ruby-build

Fixes #294

c3fe192243bff9a00866d81af38d9012bfba419a authored about 12 years ago by Oscar Del Ben <[email protected]>
fix "system" handling

5b14236bac71b2a0bb9d7aa5c2be4eabce77b86a authored about 12 years ago by Yamashita Yuu <[email protected]>
fix wrong link to the README in the help message

a16355fe33689571bdd0b5ad43635339d39e85d8 authored about 12 years ago by Yamashita Yuu <[email protected]>
Tweak `rbenv --version` output

1ebcbd92e2d28a9ade5174b7a22a9f3d7d9f3e71 authored about 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

3060578e3b346fee7429aa4f0f2542693cb765f9 authored about 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...

b8715bfee6fe11aa1a09397859b55a01bfe33ac7 authored about 12 years ago by Mislav Marohnić <[email protected]>
Don't include `system` in `rbenv versions --bare` output

9289af013216fdd3679b15b73b9d78e3af35b9e4 authored about 12 years ago by Sam Stephenson <[email protected]>
Fix `rbenv prefix` for `system` version

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

7fe9231e64d7ba28b7da4c36c3aa48676f66dac1 authored about 12 years ago by Sam Stephenson <[email protected]>
make `shell` return an error code in case of failure

Fixes #274

1f7722088da0a7ebef84e969f145d92ecf559329 authored about 12 years ago by Mislav Marohnić <[email protected]>
have `versions` also list "system" if it exists

Closes #263

e548877ead42cd474bc1c58bdd02fd1bdbc82828 authored about 12 years ago by Mislav Marohnić <[email protected]>
put up a note why `version-file-read` is tricky

21391c8d2f8781c840b538babf869ad5a1157f37 authored about 12 years ago by Mislav Marohnić <[email protected]>
fix rbenv-which with system ruby

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

99551dd1eced9233485b6bd508ac34abd821f2d4 authored about 12 years ago by Roy Liu <[email protected]>
rbenv --version

b5a26936e8923b526ca3d71b73688e4e5f0cf876 authored about 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` ...

cf2813600391341ea13d927667b1f08cb0769610 authored about 12 years ago by Ruben Verborgh <[email protected]>
tweak docs & add syntax highlighting to instructions

349236c932f8c2ef5f7a9ee90fbb07f92558a02f authored about 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

0ce6fad14efac4c3626493425b92264ab03a9610 authored about 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.

0a9e2baef14b6838d886d412f426358f55076d6c authored about 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...

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

fix install instructions for ubuntu & other linux

d45dc17f25f38d43fafcbb20313d9a2a0cbecc50 authored about 12 years ago by Guillermo Iguaran <[email protected]>
fix install instructions for ubuntu (using version 12.04, but should work for all versions)

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

fix obsolete usage instruction

21620546595b7ad00591bb388c5c17cf59e66db3 authored about 12 years ago by Guillermo Iguaran <[email protected]>
fix obsolete usage instruction

0ff3ca8a1252fb8d107d9186da2d8fed9e5c211d authored about 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...

47c8a0e0b84c741770e96500046094d14f65f93c authored about 12 years ago by Mislav Marohnić <[email protected]>
Merge pull request #225 from dentarg/master

Fixed broken link to RVM in documentation

2a347226dfd6bae8cc70f5a1fa668a3376da96c6 authored about 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

962452d6d1ca339701ff660f979a8e6960f77348 authored about 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

2df165c49e892e2133624af93b23bbb0e1dd828a authored about 12 years ago by Guillermo Iguaran <[email protected]>
Update README: use last version of jruby in examples

fc3a634e2203b7ffa931dc7e1b85dd76222032af authored about 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

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

Installation Step 1 is a one liner

f783b9ec0d126aaa7b4fdc2c3806a5767dc9e044 authored about 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)

c9575d7cb02e2f83485d990e181429a655af8fb2 authored about 12 years ago by Yamashita Yuu <[email protected]>
add pypy-2.0-beta1

252003f18e47f59148c54a66d3da711547c435d2 authored about 12 years ago by Yamashita Yuu <[email protected]>
Update README.md

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

b745a51f30041ad8258ee50af944d033ca5f072c authored about 12 years ago by Matt Bridges <[email protected]>
update feature list in README

7509b9fadf09353d9f73f0ddf088a5021e5c2b52 authored about 12 years ago by Yamashita Yuu <[email protected]>
ignore non files

f878896a77f2ed9cea39d4c11e12a38def2c053b authored about 12 years ago by Yamashita Yuu <[email protected]>
0.1.3git

d09af20897096a0c2c54fb8f08ee46e13386ab06 authored about 12 years ago by Yamashita Yuu <[email protected]>
release 0.1.2

b520475b22234b75d1297f3d39877121993a19ab authored about 12 years ago by Yamashita Yuu <[email protected]>
add install script

ffa2505450f77442a11d14fdc80031f47a649836 authored about 12 years ago by Yamashita Yuu <[email protected]>
"rbx-1.2.4" is a variant of rubies, not a python

d73e945329b2891eb9c0be5cd279a3275c223948 authored about 12 years ago by Yamashita Yuu <[email protected]>
I am not Sam.

779aacbf077c84221c9855bd2cd8bef50280e5b4 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.

2ed400bfc6d68da4624d4437c9c83f194a41b309 authored about 12 years ago by Yamashita Yuu <[email protected]>
Added bash support for completion of full command line

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

e8ad78f8379766dcd0a94ca5e6dd703f82e5a714 authored over 12 years ago by Yamashita Yuu <[email protected]>
update README

aede70061977e4a133cfdb8b741895577dd8689a authored over 12 years ago by Yamashita Yuu <[email protected]>
add CPython 3.3.0 release

ffa5fb0ea07f64e123a4929f739d7b9305f43769 authored over 12 years ago by Yamashita Yuu <[email protected]>
fix typo in README

42079cf3fb1ce8eb374ee0d860e4c818a0147c99 authored over 12 years ago by Yamashita Yuu <[email protected]>
ignore plugins other than python-build

d14eda2c1acb02a7ec176c78031ea2047aa35cbb authored over 12 years ago by Yamashita Yuu <[email protected]>
add 3.3.0rc2 and 3.3.0rc3

579d44203fdcb0a7e4bfcc21464d9ccd17ef1259 authored over 12 years ago by Yamashita Yuu <[email protected]>
Merge pull request #1 from f440/master

Fix undiscovered function problem

a7695aa5d3fefa23714d55c1207aa6322d0a2821 authored over 12 years ago by Yamashita, Yuu <[email protected]>
fix typo in function name

f3ae8fd9042132415c0a0b9cc1f9df3a1a5a2f1a authored over 12 years ago by FUSE Yoshio <[email protected]>
replace `tr` by shell's IFS

4174749b2448e07bf2e613eaaf0026446e43f1b9 authored over 12 years ago by Yamashita Yuu <[email protected]>
show all enabled versions (maybe multiple) in `pyenv versions`

e89ae3a4a9e3f64197473d3fe9868de14a2bb00f authored over 12 years ago by Yamashita Yuu <[email protected]>
fixed to read multiple versions from `PYENV_VERSION` environment variable

13122ca9bfcaf67485f19ea1f8b29ce8015faf53 authored over 12 years ago by Yamashita Yuu <[email protected]>
0.1.2git

34a4a532b2c27a32866d36cec2787c7a29b14f53 authored over 12 years ago by Yamashita Yuu <[email protected]>
release 0.1.1

d08fcc522e9d3db6fe2783970ed508a3d42e82f8 authored over 12 years ago by Yamashita Yuu <[email protected]>
added 3.3.0rc1

f0ff5a416efcaa137fd6b8f0a4cd57e44e00b52e authored over 12 years ago by Yamashita Yuu <[email protected]>
updated screenshot

e66ca60340dd1c5301db4f686f8c718f886bf827 authored over 12 years ago by Yamashita Yuu <[email protected]>
updated README

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

da659739d2bd53e27eae61483318eee967d76777 authored over 12 years ago by Yamashita Yuu <[email protected]>
s/PYENV_VERSIONS/PYENV_VERSION/ for backward compatibility.

dff57ae35dd4e5417cbc99e8e001ea98040571d0 authored over 12 years ago by Yamashita Yuu <[email protected]>
added more pythons

2856f81bb91be6a2be7994ff43c0dae6d737075a authored over 12 years ago by Yamashita Yuu <[email protected]>
added CPython 2.5.6

5224641f1ac7f34ee1e52f82633f3f2876faf55f authored over 12 years ago by Yamashita Yuu <[email protected]>
pypy installation doesn't require gcc

a4c02082cba33e7ba442593ed4f7317eb07f4714 authored over 12 years ago by Yamashita Yuu <[email protected]>
Merge branch 'version-stack'

80c0dce7b2502f486972cf14deab312f86bfd78b authored over 12 years ago by Yamashita Yuu <[email protected]>
fixed build error on Mac OS X

de25a84dc205a7ed7a9a98b6b1b7e54e19c374bf authored over 12 years ago by Yamashita Yuu <[email protected]>
search commands from python version stack.

users can use multiple python versions at once.

8187bc84e3f42d41ebd70537b55f1a1b753b5619 authored over 12 years ago by Yamashita Yuu <[email protected]>
0.1.1git

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

7953f573c6d69588fb0c3ff75b7a433730eb9160 authored over 12 years ago by Yamashita Yuu <[email protected]>
created new project.

modified rbenv source for Python and renamed to pyenv.

2457419b4acb65b76dd40d55f51b33a4a9e2f1e9 authored over 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

183c780698f22e573b9a0be2977b2b527e93c17c authored over 12 years ago by Eric <[email protected]>