Mislav Marohnić
db143bb654
rbenv exec: avoid mutating PATH
...
Enables shelling out from a ruby process started with rbenv to a ruby
process with a different RBENV_VERSION. Fixes #121
This removes the workaround created for #15 and solves `ruby -S` support
by setting RUBYPATH. PATH is never changed.
To illustrate how RUBYPATH changes in various configurations:
PATH=~/bin:~/.rbenv/shims:/usr/bin:/bin
RBENV_VERSION=1.8 ruby -S rake
#=> executes ~/.rbenv/versions/1.8/bin/rake
#=> RUBYPATH=~/bin:~/.rbenv/versions/1.8/bin:/usr/bin:/bin
RBENV_VERSION=2.0 ruby -S rake
#=> executes ~/.rbenv/versions/2.0/bin/rake
#=> RUBYPATH=~/bin:~/.rbenv/versions/2.0/bin:/usr/bin:/bin
RBENV_VERSION=system ruby -S rake
#=> executes /usr/bin/rake
#=> RUBYPATH=~/bin:/rbenv_shims_were_here:/usr/bin:/bin
RBENV_VERSION=1.8 ruby -S rake
#=> executes ~/.rbenv/versions/1.8/bin/rake
#=> RUBYPATH=~/bin:~/.rbenv/versions/1.8/bin:/usr/bin:/bin
2013-06-20 20:41:22 +02:00
Mislav Marohnić
8b043038b8
ensure cleaner PATH in test environment
2013-06-20 20:41:22 +02:00
Yamashita Yuu
745bceac22
update setuptools (0.7.2 -> 0.7.4)
2013-06-20 12:31:18 +09:00
Yamashita Yuu
583f3b0e21
fix build of 3.4-dev. append existing 3.4 at the last.
...
this is because `hg` (which is a dependency of *-dev build) might be
installed in existing pyenv versions.
2013-06-19 18:48:58 +09:00
Yamashita Yuu
cc9c72747a
v0.4.0-20130613
2013-06-13 20:52:10 +09:00
Yamashita Yuu
b473f7a271
add CHANGELOG.md
2013-06-13 20:51:17 +09:00
Yamashita Yuu
b726ace943
update README about Homebrew
2013-06-13 20:04:37 +09:00
Yamashita Yuu
499edda1d7
Merge branch 'preparing-removal-of-pyenv-version-ext'
2013-06-13 12:40:13 +09:00
Yamashita Yuu
3bfd91de51
rename to version-ext-compat
because pyenv-version-ext
must precede
...
than compatibility plugin.
2013-06-13 12:37:35 +09:00
Yamashita Yuu
c7e139186b
update README
2013-06-13 12:20:31 +09:00
Yamashita Yuu
7c84490649
ignore pyenv-version-ext-compat plugin
2013-06-13 12:14:17 +09:00
Yamashita Yuu
b75ef17db7
add deprecation warning for push/pop commands
2013-06-13 12:13:41 +09:00
Yamashita Yuu
daa12e97c6
rename plugin
2013-06-13 12:04:09 +09:00
Yamashita Yuu
1c5eb82e93
Merge branch 'has_broken_mac_readline' ( fixes #23 )
2013-06-13 11:32:12 +09:00
Yamashita Yuu
ff387010b3
use environment variable "${CPP}" if defined
2013-06-12 20:43:19 +09:00
Yamashita Yuu
27dd805acb
enable require_gcc
to confirm if there is $CC
2013-06-12 16:11:07 +09:00
Yamashita Yuu
5f1761645f
fix has_broken_mac_openssl
for building Python.
...
`--with-*-dir` is only effective for Ruby's mkmf.rb.
2013-06-12 16:09:41 +09:00
Yamashita Yuu
f8c9282e8c
Install GNU Readline on Darwin if the readline is broken (refs #23 )
...
The `has_broken_mac_readline` checks the existence of
`readline/rhconf.h`. This is the same mechanism as setup.py of CPython.
2013-06-12 16:04:20 +09:00
Yamashita Yuu
37f46df390
Merge branch 'setuptools-0.7.2'
2013-06-10 12:50:25 +09:00
Yamashita Yuu
4f8138c70a
update setuptools for jython versions (distribute 0.6.45 -> setuptools 0.7.2)
...
https://bitbucket.org/pypa/setuptools/issue/14/installation-failed-on-jython
2013-06-10 12:48:05 +09:00
Yamashita Yuu
db3b4773bc
update setuptools (0.7.1 -> 0.7.2)
2013-06-10 12:38:38 +09:00
Marc Huffnagle
5130b41f5b
suggest cloning rbenv via https instead of git://
2013-06-07 19:25:29 +02:00
James FitzGibbon
81bb14e181
bail out early if readlink is not available
...
readlink comes from GNU coreutils. On systems without it, rbenv used to
spin out of control when it didn't have readlink or greadlink available
because it would re-exec the frontend script over and over instead of the
worker script in libexec.
Fixes #389
2013-06-07 19:16:38 +02:00
Mislav Marohnić
e93ab45dc3
work around bug in git 1.8.2.1 in tests
...
Making empty commits in tests blocked by opening the default text
editor, waiting for a message which we specified to be empty.
http://thread.gmane.org/gmane.comp.version-control.git/225529
2013-06-07 19:13:54 +02:00
Yamashita Yuu
fe04103e24
update comment about new setuptools and Jython
2013-06-05 14:58:51 +09:00
Yamashita Yuu
7777bb6d58
Merge branch 'new-setuptools'
2013-06-04 20:39:04 +09:00
Yamashita Yuu
e9bcd9e0bd
replace distribute by new setuptools
2013-06-04 20:31:08 +09:00
Yamashita Yuu
2cc2c22094
add SSLv2 patch for 2.7 and 2.7.1
2013-06-04 20:18:16 +09:00
Yamashita Yuu
319000b448
pyenv-prefix returns wrong prefix if system
is given in the middle of arguments.
2013-06-04 17:35:23 +09:00
Yamashita Yuu
b4ba76a15a
Merge branch 'version-ext-plugin'
2013-06-01 15:27:04 +09:00
Yamashita Yuu
3ff0785fe7
prepare README and install.sh for pyenv-version-ext
2013-06-01 15:26:41 +09:00
Yamashita Yuu
1b7d3b0502
move pyenv-sh-{push,pop} into plugins since they aren't from rbenv
2013-06-01 15:14:18 +09:00
Yamashita Yuu
c43711a216
update distribute (0.6.43 -> 0.6.35)
2013-05-31 18:48:42 +09:00
Yamashita Yuu
3c86d811c8
Merge branch 'add-dev-versions'
2013-05-31 17:38:37 +09:00
Yamashita Yuu
d94c1d2143
add jython-*-dev
2013-05-31 17:38:18 +09:00
Yamashita Yuu
3fd475e1d5
add stackless-*-dev
2013-05-31 17:16:35 +09:00
Yamashita Yuu
309a6cd65e
*EXPERIMENTAL* add pypy-py3k-dev
2013-05-31 14:33:22 +09:00
Yamashita Yuu
924f6dc76d
add ${PYPY_OPTS} to specify pypy build options
2013-05-31 14:28:32 +09:00
Yamashita Yuu
56a9a7cebf
improve error message of pypy
2013-05-31 14:28:08 +09:00
Yamashita Yuu
b8cbb18f7b
add pypy-1.[789]-dev
2013-05-31 13:45:37 +09:00
Yamashita Yuu
27caf0ef3d
add pypy-1.[567]
2013-05-31 13:39:58 +09:00
Yamashita Yuu
b203ccbe74
verify pypy binary after installation
2013-05-31 13:00:48 +09:00
Yamashita Yuu
cb962d5a74
Merge branch 'pypy_builder'
2013-05-29 23:32:13 +09:00
Yamashita Yuu
539800cc3b
add pypy-*-src to build and install pypy from source
2013-05-29 23:30:22 +09:00
Yamashita Yuu
b77ae3e0b5
build and install pypy from source
2013-05-29 23:26:50 +09:00
Yamashita Yuu
dfc3f9e13c
Set $PYENV_VERSION for existing installation of 3.4
...
CPython 3.4.x requires "python3.4" to be executable during build
if it is in "$PATH".
2013-05-29 19:36:49 +09:00
Yamashita Yuu
f120551ef3
add pypy-2.0.1 and pypy-2.0.2
2013-05-29 15:05:43 +09:00
Yamashita Yuu
b03a4cde78
add build_package_verify_py3{0,1,2,3,4}
2013-05-27 19:37:24 +09:00
Yamashita Yuu
71b2081a75
update distribute version (0.6.40 -> 0.6.43)
2013-05-27 16:58:19 +09:00
Yamashita Yuu
5fbc3ae3d5
add ssl patch for 3.1.3 and 3.2 ( #22 )
2013-05-23 12:07:19 +09:00