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