Daniel Hahler
ecd67c8223
pyenv-exec: no -a
with exec
to keep $PATH with system version ( #1169 )
...
Using `exec -a` caused Python to use $PATH to look up the full program name (for
`sys.executable`), which 314937d
then tried to fix by changing $PATH
also for the system version.
This is not necessary anymore when not using the short name with `exec`.
This was rejected upstream
(https://github.com/rbenv/rbenv/pull/1089#issuecomment-394531896 ), since
it is not a problem with Ruby apparently.
Uses $PYENV_ROOT to check if system version is used.
Fixes https://github.com/pyenv/pyenv/issues/98 .
Fixes https://github.com/pyenv/pyenv/issues/789 .
2019-09-29 00:03:44 +02:00
Daniel Hahler
31b7e1c390
tests: remove "supports python -S <cmd>" ( #1168 )
...
This was imported semi-automatically in 0965577
, but `ruby -S` is
different from `python -S`.
`ruby -S`: look for the script using PATH environment variable
`python -S`: don't imply 'import site' on initialization
2019-09-24 04:59:49 +02:00
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
...
This reverts commit 070e1c859f
, reversing
changes made to 3faeda67bb
.
2019-04-23 10:23:33 -04:00
Christopher Hunt
070e1c859f
Merge pull request #1153 from cmcginty/remove-sbang
...
Remove shebang lines from scripts for performance
2019-04-22 20:13:19 -04:00
Casey McGinty
83e5459cfb
Remove shebang lines from scripts for performance
...
All scripts in libexec/ (excluding pyenv) are called through pyenv,
therefore the shebang lines are not necessary. On some systems this
provides a measurable increase in performance of the shell prompt.
Related to pyenv/pyenv-virtualenv#259
2019-03-07 22:15:14 +01:00
Daniel Hahler
4f21d9a2ea
Fix abs_dirname for relative symlinks in same directory
...
Ref (abs_dirname in bats): https://github.com/sstephenson/bats/pull/224
Ref: https://github.com/rbenv/rbenv/pull/868
Fixes https://github.com/pyenv/pyenv/issues/580
2018-09-19 10:18:07 +02:00
Yamashita, Yuu
1ec57a0c68
Add basic test for rehash wait
2018-04-24 00:42:47 +00:00
Yamashita, Yuu
7973e59473
Fix rehash test to give up sooner after lock file's presence
2018-04-24 00:38:01 +00:00
Yamashita, Yuu
83429344ea
Rewrite some tests for pyenv which was recently imported from rbenv
2018-04-02 01:52:42 +00:00
Yamashita, Yuu
83f97ef2b3
Merge remote-tracking branch 'rbenv/master' into rbenv-20180402
2018-04-02 01:46:48 +00:00
Victor Lim
9daf81f16e
Fix https://github.com/rbenv/rbenv/issues/1065
...
Command `rbenv version-name > .ruby-version` will create an empty `.ruby-version` file
before running `rbenv-version-file`. This causes `rbenv-version-file` to return empty
string which in turn causes `rbenv-version-name` to return `system`.
Ensure size of `.ruby-version` is non-zero as a workaround.
2018-02-26 16:49:37 +08:00
Marco Hinz
643023d98f
Add tests for shell integration
2017-12-07 02:32:35 +01:00
Daniel Hahler
a9ca72ab8e
test/which.bats: do not export PATH
...
Otherwise `sed` might not be found later in bats/libexec/bats-exec-test,
in case `/usr/bin` gets removed.
2017-11-20 04:22:05 +01:00
Daniel Hahler
3fd23431af
Merge remote-tracking branch 'rbenv/master'
...
Conflicts:
README.md
libexec/pyenv---version
libexec/pyenv-init
libexec/rbenv
libexec/rbenv-sh-shell
libexec/rbenv-which
test/init.bats
test/shell.bats
2017-06-05 15:18:44 +02:00
Jeff Kowalski
a81da8d864
Revert quoting change in previous commit; adjust test to match code
...
Revert back to original quoting style used before previous commit.
Adjust init.bats to reflect changes for successful tests.
2017-05-16 13:36:06 -07:00
Yamashita, Yuu
bec978d0f6
Workaround for CI failures with versions with multiple digits
...
https://travis-ci.org/pyenv/pyenv/jobs/215777826
2017-03-28 04:43:28 +00:00
Yamashita, Yuu
d01fa09a7d
Migrate project URL to https://github.com/pyenv/pyenv
2017-03-06 04:31:48 +00:00
Jason Karns
8eb97549e1
Conforms OLD_RBENV_VERSION to RBENV_* convention
...
Keeping rbenv-controlled variables to RBENV_* "namespace" helps with
discoverability (and tools like rbenv-env) but also consistency and a
very minor degree of safety/isolation from env impact.
2016-12-19 17:21:45 -05:00
Mislav Marohnić
6ced4e25de
Merge pull request #873 from dmerand/patch-1
...
Fish shell "." is deprecated in favor of "source"
2016-11-25 20:32:54 +01:00
Mislav Marohnić
2207c27cb4
Merge branch 'shell-undo'
2016-11-25 20:26:24 +01:00
Mislav Marohnić
c4d97ad392
Finalize rbenv shell -
implementation
...
This ensures that OLD_RBENV_VERSION is never exported. This makes the
implementation a little bit more complex, since more logic needs to be
pushed down into eval'd code.
2016-11-25 20:24:16 +01:00
Ville Skyttä
725ff0c5dd
Spelling fixes
2016-10-11 14:07:48 +03:00
Yamashita, Yuu
7fadd939ad
v1.0.0 ( fixes #520 )
2016-08-15 08:30:01 +00:00
Yamashita, Yuu
a02f5dde4f
s/rbenv/pyenv/g
2016-08-15 05:22:59 +00:00
Yamashita, Yuu
cf1beda362
Merge remote-tracking branch 'rbenv/master' into rbenv-20160815
2016-08-15 05:14:24 +00:00
Yamashita, Yuu
93ece2ac16
Rewrite with using here document syntax
2016-08-03 06:31:27 +00:00
Yamashita, Yuu
36138f4901
Rewrite with using here document syntax
2016-08-03 06:29:59 +00:00
Yamashita, Yuu
1b35cfaa2c
1) Remove useless touch
2) Add explicit shebang line to executable for testing
2016-08-03 01:34:42 +00:00
Yamashita, Yuu
83e874a165
Add explicit shebang to executable for testing
2016-08-03 01:33:35 +00:00
Yamashita, Yuu
8eefa41a4d
Remove useless touch
line
2016-08-03 00:58:05 +00:00
Yamashita, Yuu
b8885e4fe2
Keep using original PATH ordering in test_helper
2016-08-02 00:23:47 +00:00
Yamashita, Yuu
a456528be8
Keep original ordering of PATH configuration
2016-08-02 00:21:28 +00:00
Yamashita, Yuu
2485257424
Add a test to confirm the prefix doesn't work fine with /bin/ruby
2016-08-01 00:31:11 +00:00
Yamashita, Yuu
5c83c4abb7
Add test for /bin/python
case
2016-08-01 00:19:04 +00:00
McTavish McArdle
5f20bc258f
"." has been deprecated in the fish shell in favor of explicit "source"
2016-05-28 18:29:45 -04:00
Yamashita, Yuu
30538b0672
Fix broken tests for pyenv---version
...
I need to use release date versioning at least for now until preparing
custom version comparator for brew's formula.
2016-03-04 00:31:04 +00:00
Yamashita, Yuu
fd893ea3b0
Fix broken test for pyenv-version-name
2016-03-04 00:10:48 +00:00
Yamashita, Yuu
41ce3aade2
Merge remote-tracking branch 'rbenv/master' into rbenv-1.0
2016-03-02 01:39:52 +00:00
Donald Merand
8b0b51a166
convert references to '.' to 'source' for fish shell
2016-02-20 10:27:39 -05:00
Aaron Patterson
6a912bf104
add support for rbenv shell -
...
`rbenv shell -` allows you to switch to the previously activated ruby
version. Similar to `cd -` or `git checkout -`.
This tries to implement `rbenv shell -` as proposed in #854 . However,
adding support seemed to break the "shell change version" test. I'm not
very good at Bash programming, can someone tell me what is wrong with
what I'm doing? I'd like to add a bit more functionality to this, but
I'm really just cargo cult programming Bash.
Thank you!
fix tests
2016-01-12 15:32:59 -08:00
Jason Karns
565798d617
Test IFS handling in version-name/version-origin hooks
2016-01-04 09:14:28 -05:00
Jason Karns
0f7a2cad8d
Use create_hook helper
...
Use extracted create_hook helper in tests for:
- exec
- hooks
- rehash
- version-name
- version-origin
- which
2016-01-04 09:14:25 -05:00
Jason Karns
5ccba5d7cc
Extract common create_hook helper
2016-01-04 09:14:04 -05:00
Jason Karns
2cc2ec160e
Remove redundant test
...
Spaces in hook path is tested in test/hooks.bats
2016-01-04 09:13:58 -05:00
Mislav Marohnić
e199a3d8f7
Merge pull request #850 from jasonkarns/remove-legacy-global-version-file
...
Remove support for legacy global version files
2015-12-29 14:40:37 +01:00
Jason Karns
fe809ea90d
Remove support for legacy global version files
...
`default` was made legacy back in 2011 with
5be66da9f4
(the command was renamed from
`rbenv-default` to `rbenv-global`, and so the global file was renamed
from `$RBENV_ROOT/default` to `$RBENV_ROOT/global` (the latter taking
precedence)
`global` was then made legacy about a month later in Sep 2011 when the
preferred filename was changed to `$RBENV_ROOT/version`.
2015-12-28 22:05:00 -05:00
Jason Karns
f880dc6d6f
Remove support for legacy version file
2015-12-28 21:34:07 -05:00
Jason Karns
3c9674453f
fix local --unset test
2015-12-28 21:33:50 -05:00
Mislav Marohnić
e554cd86c3
Strip leading :
from RBENV_HOOK_PATH
2015-12-24 19:12:47 +01:00
Mislav Marohnić
f9d8b551dc
Add test for detecting shell when rbenv init
is called from script
...
References #730
2015-12-24 13:20:49 +01:00