Sam Stephenson
6c1fb9ffd0
Fall back to $PWD if a local version file can't be found in $RBENV_DIR
pirms 13 gadiem
Oscar Del Ben
c3fe192243
use ruby-build
Fixes #294
pirms 13 gadiem
Yamashita Yuu
5b14236bac
fix "system" handling
pirms 13 gadiem
Yamashita Yuu
a16355fe33
fix wrong link to the README in the help message
pirms 13 gadiem
Sam Stephenson
1ebcbd92e2
Tweak `rbenv --version` output
pirms 13 gadiem
Mislav Marohnić
3060578e3b
use `typeset` instead of `local` in rbenv() function
This is to insure portability to ksh.
Fixes #205 , references #209
pirms 13 gadiem
Mislav Marohnić
b8715bfee6
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 commented lines. If it is missing, "Summary" is
shown in its place.
References #204 , references #206
pirms 13 gadiem
Sam Stephenson
7fe9231e64
Fix `rbenv prefix` for `system` version
Should be `/usr` or `/usr/local`, not `/usr/bin` or `/usr/local/bin`
pirms 13 gadiem
Sam Stephenson
9289af0132
Don't include `system` in `rbenv versions --bare` output
pirms 13 gadiem
Mislav Marohnić
1f7722088d
make `shell` return an error code in case of failure
Fixes #274
pirms 13 gadiem
Mislav Marohnić
e548877ead
have `versions` also list "system" if it exists
Closes #263
pirms 13 gadiem
Mislav Marohnić
21391c8d2f
put up a note why `version-file-read` is tricky
pirms 13 gadiem
Roy Liu
99551dd1ec
fix rbenv-which with system ruby
Don't have `command -v` abort the whole script prematurely.
pirms 14 gadiem
Mislav Marohnić
b5a26936e8
rbenv --version
pirms 13 gadiem
Ruben Verborgh
cf28136003
speed up rbenv-init
Use `rbenv-commands` instead of `rbenv commands`. The latter
unnecessarily goes through `rbenv` executable.
Fixes #254
pirms 14 gadiem
Mislav Marohnić
349236c932
tweak docs & add syntax highlighting to instructions
pirms 13 gadiem
Guillermo Iguaran
0ce6fad14e
Merge pull request #287 from mislav/versions-fix
fix `versions` in case current version doesn't exist
pirms 13 gadiem
Joe Atzberger
0a9e2baef1
fix documentation about manually compiling Ruby
./configure doesn't exist by default in repo: use autoconf to create it.
pirms 13 gadiem
Mislav Marohnić
da562ad74c
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 heading, all we have to do is put a simple
table of contents into `README.md` itself, and everything will get
linked up nicely.
Pros of this approach:
* We don't have to point out to people not to edit `README.md` anymore
* We don't have to run the build script each time README gets edited
Cons of this change:
* The "chapter" numbers are lost. They were silly anyway.
`doc/mdtoc` renders a Markdown table of contents for a Markdown file.
`doc/filter-toc` filters that down to only headings after ToC.
This script can be used to easily insert ToC into the current document
when editing `README.md` with, e.g., Vim:
:read !doc/filter-toc %
pirms 13 gadiem
Guillermo Iguaran
d45dc17f25
Merge pull request #286 from candeira/ubuntu-install-instructions
fix install instructions for ubuntu & other linux
pirms 13 gadiem
Javier Candeira
7f1aefa09b
fix install instructions for ubuntu (using version 12.04, but should work for all versions)
pirms 13 gadiem
Guillermo Iguaran
2162054659
Merge pull request #288 from mislav/usage-fix
fix obsolete usage instruction
pirms 13 gadiem
Mislav Marohnić
0ff3ca8a12
fix obsolete usage instruction
pirms 13 gadiem
Mislav Marohnić
47c8a0e0b8
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 fails the whole script aborts.
This change makes it so that the failures from `rbenv-version-name` are
tolerated. It also makes the `--bare` mode never call it in the first
place, because it doesn't need to display a marker.
pirms 13 gadiem
Guillermo Iguaran
2a347226df
Merge pull request #225 from dentarg/master
Fixed broken link to RVM in documentation
pirms 13 gadiem
Ryan Bigg
962452d6d1
Merge pull request #188 from tundramonkey/master
Added in short note on Uninstalling Rubies under new 2.4 section in README
pirms 13 gadiem
Guillermo Iguaran
2df165c49e
Sync doc/README.mdtoc with the actual README
All the changes to documentation should be done in doc/README.mdtoc
pirms 13 gadiem
Guillermo Iguaran
fc3a634e22
Update README: use last version of jruby in examples
pirms 13 gadiem
Guillermo Iguaran
01a9141780
Merge pull request #278 from mattdbridges/master
Just trying to keep the README.md up to date with Ruby versions
pirms 13 gadiem
Guillermo Iguaran
f783b9ec0d
Merge pull request #258 from baer/patch-1
Installation Step 1 is a one liner
pirms 13 gadiem
Yamashita Yuu
c9575d7cb0
update distribute and pip versions
* distribute (0.6.28 -> 0.6.32)
* pip (1.1 -> 1.2.1)
pirms 13 gadiem
Yamashita Yuu
252003f18e
add pypy-2.0-beta1
pirms 13 gadiem
Matt Bridges
b745a51f30
Update README.md
Changing Ruby versions references to latest versions to keep somewhat up-to-date.
pirms 13 gadiem
Yamashita Yuu
7509b9fadf
update feature list in README
pirms 13 gadiem
Yamashita Yuu
f878896a77
ignore non files
pirms 13 gadiem
Yamashita Yuu
d09af20897
0.1.3git
pirms 13 gadiem
Yamashita Yuu
b520475b22
release 0.1.2
pirms 13 gadiem
Yamashita Yuu
ffa2505450
add install script
pirms 13 gadiem
Yamashita Yuu
d73e945329
"rbx-1.2.4" is a variant of rubies, not a python
pirms 13 gadiem
Yamashita Yuu
779aacbf07
I am not Sam.
pirms 13 gadiem
Yamashita Yuu
2ed400bfc6
use default CC to build CPython and Stackless. `require_gcc` was
imported from ruby-build and is for rubies, not for pythons.
pirms 13 gadiem
Brian Olsen
02332d78f3
Added bash support for completion of full command line
pirms 13 gadiem
Yamashita Yuu
e8ad78f837
add `pyenv push` and `pyenv pop` to manage version stack
pirms 13 gadiem
Yamashita Yuu
aede700619
update README
pirms 13 gadiem
Yamashita Yuu
ffa5fb0ea0
add CPython 3.3.0 release
pirms 13 gadiem
Yamashita Yuu
42079cf3fb
fix typo in README
pirms 13 gadiem
Yamashita Yuu
d14eda2c1a
ignore plugins other than python-build
pirms 13 gadiem
Yamashita Yuu
579d44203f
add 3.3.0rc2 and 3.3.0rc3
pirms 13 gadiem
Yamashita, Yuu
a7695aa5d3
Merge pull request #1 from f440/master
Fix undiscovered function problem
pirms 14 gadiem
FUSE Yoshio
f3ae8fd904
fix typo in function name
pirms 14 gadiem