Yamashita Yuu
be53bb8951
update README
il y a 13 ans
Yamashita Yuu
167ff2a198
s/Ruby/Python/g; s/RBENV/PYENV/g
il y a 13 ans
Yamashita Yuu
ee3c9bef5e
fix typo; s/vesions/versions/
also this will fix https://github.com/yyuu/python-virtualenv/issues/1
il y a 13 ans
Yamashita Yuu
6d307c6e11
import recent changes from ruby-build:
* verify checksum of downloaded archives.
* add PYTHON_BUILD_MIRROR_URL to use mirror site.
But we don't have CloudFront setup as of now :-(
* rbenv 0.4.x style help messages
il y a 13 ans
Yamashita Yuu
a0705cb86e
fix shell syntax error. add missing `then'.
il y a 13 ans
Sam Stephenson
e3f72ebae2
Guard against exported `CDPATH` ( fixes #316 )
il y a 13 ans
Sam Stephenson
98f45695db
Suppress shell warnings when hashing is disabled by `set +h`
il y a 13 ans
Sam Stephenson
3cb95b4d2d
Add `rbenv --debug <command>` as a shortcut for setting RBENV_DEBUG=1
il y a 13 ans
Sam Stephenson
892aea138e
Export PS4 when RBENV_DEBUG is set for more informative debug output
il y a 13 ans
Yamashita Yuu
fca31c4307
import trivial changes from rbenv 0.4.0
il y a 13 ans
Yamashita Yuu
684f7b7f21
add support for .python-version file to store local python version
il y a 13 ans
Yamashita Yuu
da06998457
import rbenv-help from rbenv 0.4.0
il y a 13 ans
Yamashita Yuu
f466679bd1
import `pyenv---version` from rbenv
il y a 13 ans
Yamashita Yuu
4a217a0cd1
update distribute to 0.6.34
il y a 13 ans
Sam Stephenson
045f6c1bce
Merge pull request #314 from jalcine/feature/ignoring-thy-sources
Ignoring Your Sources
il y a 13 ans
Jacky Alciné
1d4261a997
Added 'sources' to the Git ignores.
il y a 13 ans
Sam Stephenson
da80bced53
Merge pull request #310 from leocassarani/rbenv-help-mawk
Fix incorrect formatting of rbenv-help output under MAWK
il y a 13 ans
Leo Cassarani
1d687ac734
Fix incorrect formatting of rbenv-help output under MAWK
In systems that use the MAWK interpreter (the default AWK installed with
Ubuntu), the output of `rbenv help <command>` would have no line breaks.
The issue is fixed by changing `gsub` to `sub` in the snippet of awk
commands that are used to extract documentation comments.
I suspect the bug is something to do with the way the '^' and '$'
characters are interpreted by different AWK interpreters (per-line vs
per-string anchors).
If I understand correctly, the purpose of trim() is to remove all line
breaks from the start and end of each sections of a command's
documentation, in which case `sub` should serve the same purpose.
il y a 13 ans
Ryan Bigg
bef7a12964
Merge pull request #308 from eddorre/master
Small update to the README.
il y a 13 ans
Carlos Rodriguez
14ff078b85
Removed double 'at' from README
il y a 13 ans
Mislav Marohnić
cd940bd797
typo in docs
il y a 13 ans
Mislav Marohnić
093809eac6
spellcheck
il y a 13 ans
Sam Stephenson
c56f72794e
Fix ruby-local-exec wiki page link in the changelog
il y a 13 ans
Sam Stephenson
9375e99f92
rbenv 0.4.0
il y a 13 ans
Sam Stephenson
b66eeaf2f7
Link up the "Why choose rbenv?" wiki page
il y a 13 ans
Mislav Marohnić
c6855e01a9
zshenv -> zshrc. update Ubuntu/zsh installation notices
il y a 13 ans
Sam Stephenson
7f975a37f9
Deprecate ruby-local-exec
il y a 13 ans
Sam Stephenson
41cfa5f3d0
Link to the binstubs wiki page
il y a 13 ans
Sam Stephenson
9c45206c28
Remove unused doc directory
il y a 13 ans
Sam Stephenson
308aa42b67
Rewrite "How It Works" with @trevorturk
il y a 13 ans
Sam Stephenson
5174d14d5c
It's all about the apps
il y a 13 ans
Sam Stephenson
6fe338e563
New tagline
il y a 13 ans
Sam Stephenson
266d896871
Prioritize `rbenv local` over `rbenv global` and `rbenv shell`
il y a 13 ans
Sam Stephenson
7e85ae7bd2
"Usage" -> "Command Reference"
il y a 13 ans
Sam Stephenson
9a284a3da4
Update the uninstallation section
il y a 13 ans
Sam Stephenson
871f0e26df
Tone down the RVM incompatibility notice
il y a 13 ans
Sam Stephenson
e56885f4c9
"binary" -> "executable"
il y a 13 ans
Sam Stephenson
149f4b4607
"per-project" -> "application-specific"
il y a 13 ans
Sam Stephenson
80750f730f
Merge pull request #302 from sstephenson/ruby-version
Support for .ruby-version files
il y a 13 ans
Jeremy Kemper
253f6ee1d9
-information in readme pitch
il y a 13 ans
Jeremy Kemper
bac149e824
Riff on the readme pitch
il y a 13 ans
Sam Stephenson
3ec34448fa
Rewrite the readme pitch
il y a 13 ans
Sam Stephenson
919c4240fc
Clarify that .rbenv-version is removed when migrating
il y a 13 ans
Sam Stephenson
44c2378f2a
Shims include the full path to rbenv
This makes it possible to execute rbenv shims without rbenv's bin
directory in the path.
il y a 13 ans
Sam Stephenson
377b176260
Document .ruby-version
il y a 13 ans
Sam Stephenson
d2a8ca7d89
Tweak the ruby- prefix warning
il y a 13 ans
Sam Stephenson
d4faae187a
Read both .ruby-version and .rbenv-version, but write (and migrate to) .ruby-version
il y a 13 ans
Sam Stephenson
5e52fae7c1
Accept "ruby-" version prefix but print a warning to stderr
il y a 13 ans
Sam Stephenson
b974bf54dc
Prefer .ruby-version to .rbenv-version for reading local versions
il y a 13 ans
Sam Stephenson
4b6c91e827
Usage consistency
il y a 13 ans