Mislav Marohnić
1f7722088d
make `shell` return an error code in case of failure
Fixes #274
13 yıl önce
Mislav Marohnić
e548877ead
have `versions` also list "system" if it exists
Closes #263
13 yıl önce
Mislav Marohnić
21391c8d2f
put up a note why `version-file-read` is tricky
13 yıl önce
Roy Liu
99551dd1ec
fix rbenv-which with system ruby
Don't have `command -v` abort the whole script prematurely.
14 yıl önce
Mislav Marohnić
b5a26936e8
rbenv --version
13 yıl önce
Ruben Verborgh
cf28136003
speed up rbenv-init
Use `rbenv-commands` instead of `rbenv commands`. The latter
unnecessarily goes through `rbenv` executable.
Fixes #254
14 yıl önce
Mislav Marohnić
349236c932
tweak docs & add syntax highlighting to instructions
13 yıl önce
Guillermo Iguaran
0ce6fad14e
Merge pull request #287 from mislav/versions-fix
fix `versions` in case current version doesn't exist
13 yıl önce
Joe Atzberger
0a9e2baef1
fix documentation about manually compiling Ruby
./configure doesn't exist by default in repo: use autoconf to create it.
13 yıl önce
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 %
13 yıl önce
Guillermo Iguaran
d45dc17f25
Merge pull request #286 from candeira/ubuntu-install-instructions
fix install instructions for ubuntu & other linux
13 yıl önce
Javier Candeira
7f1aefa09b
fix install instructions for ubuntu (using version 12.04, but should work for all versions)
13 yıl önce
Guillermo Iguaran
2162054659
Merge pull request #288 from mislav/usage-fix
fix obsolete usage instruction
13 yıl önce
Mislav Marohnić
0ff3ca8a12
fix obsolete usage instruction
13 yıl önce
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.
13 yıl önce
Guillermo Iguaran
2a347226df
Merge pull request #225 from dentarg/master
Fixed broken link to RVM in documentation
13 yıl önce
Ryan Bigg
962452d6d1
Merge pull request #188 from tundramonkey/master
Added in short note on Uninstalling Rubies under new 2.4 section in README
13 yıl önce
Guillermo Iguaran
2df165c49e
Sync doc/README.mdtoc with the actual README
All the changes to documentation should be done in doc/README.mdtoc
13 yıl önce
Guillermo Iguaran
fc3a634e22
Update README: use last version of jruby in examples
13 yıl önce
Guillermo Iguaran
01a9141780
Merge pull request #278 from mattdbridges/master
Just trying to keep the README.md up to date with Ruby versions
13 yıl önce
Guillermo Iguaran
f783b9ec0d
Merge pull request #258 from baer/patch-1
Installation Step 1 is a one liner
13 yıl önce
Yamashita Yuu
c9575d7cb0
update distribute and pip versions
* distribute (0.6.28 -> 0.6.32)
* pip (1.1 -> 1.2.1)
13 yıl önce
Yamashita Yuu
252003f18e
add pypy-2.0-beta1
13 yıl önce
Matt Bridges
b745a51f30
Update README.md
Changing Ruby versions references to latest versions to keep somewhat up-to-date.
13 yıl önce
Yamashita Yuu
7509b9fadf
update feature list in README
13 yıl önce
Yamashita Yuu
f878896a77
ignore non files
13 yıl önce
Yamashita Yuu
d09af20897
0.1.3git
13 yıl önce
Yamashita Yuu
b520475b22
release 0.1.2
13 yıl önce
Yamashita Yuu
ffa2505450
add install script
13 yıl önce
Yamashita Yuu
d73e945329
"rbx-1.2.4" is a variant of rubies, not a python
13 yıl önce
Yamashita Yuu
779aacbf07
I am not Sam.
13 yıl önce
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.
13 yıl önce
Brian Olsen
02332d78f3
Added bash support for completion of full command line
13 yıl önce
Yamashita Yuu
e8ad78f837
add `pyenv push` and `pyenv pop` to manage version stack
13 yıl önce
Yamashita Yuu
aede700619
update README
13 yıl önce
Yamashita Yuu
ffa5fb0ea0
add CPython 3.3.0 release
13 yıl önce
Yamashita Yuu
42079cf3fb
fix typo in README
13 yıl önce
Yamashita Yuu
d14eda2c1a
ignore plugins other than python-build
13 yıl önce
Yamashita Yuu
579d44203f
add 3.3.0rc2 and 3.3.0rc3
13 yıl önce
Yamashita, Yuu
a7695aa5d3
Merge pull request #1 from f440/master
Fix undiscovered function problem
14 yıl önce
FUSE Yoshio
f3ae8fd904
fix typo in function name
14 yıl önce
Yamashita Yuu
4174749b24
replace `tr` by shell's IFS
14 yıl önce
Yamashita Yuu
e89ae3a4a9
show all enabled versions (maybe multiple) in `pyenv versions`
14 yıl önce
Yamashita Yuu
13122ca9bf
fixed to read multiple versions from `PYENV_VERSION` environment variable
14 yıl önce
Yamashita Yuu
34a4a532b2
0.1.2git
14 yıl önce
Yamashita Yuu
d08fcc522e
release 0.1.1
14 yıl önce
Yamashita Yuu
f0ff5a416e
added 3.3.0rc1
14 yıl önce
Yamashita Yuu
e66ca60340
updated screenshot
14 yıl önce
Yamashita Yuu
71e5cd962e
updated README
14 yıl önce
Yamashita Yuu
da659739d2
fixed `pyenv shell`. we cannot carry out bash array via envvars.
14 yıl önce