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