Mislav Marohnić
c8ba27fd07
Merge pull request #1069 from viclim/fix-issue-1065
Ignore empty `.ruby-version` files
8 anni fa
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.
8 anni fa
Yamashita, Yuu
23e1c5049f
Merge pull request #1101 from Calinou/readme-use-markdown-image
Use Markdown image markup in README
8 anni fa
Hugo Locurcio
7ca1923a44
Use Markdown image markup in README
This also fixes the aspect ratio of the image being incorrect.
8 anni fa
Yamashita, Yuu
445d59ae2e
Merge pull request #1100 from shoichiaizawa/add-anaconda-5.1.0
python-build: add anaconda[23]-5.1.0
8 anni fa
Shoichi Aizawa
bc9687576e
python-build: add anaconda[23]-5.1.0
8 anni fa
Yamashita, Yuu
907a86b743
Merge pull request #1094 from claco/update-3.4.8
Correct CPython 3.4.8 Checksums
8 anni fa
Christopher H. Laco
812f02662b
Correct CPython 3.4.8 Checksums
The current checksums for tar.xz and .tgz files are reversed. This
causes python-build to fail with a checksum mismatch error.
Reversing the checksums to allow the build to succeed.
8 anni fa
Yamashita, Yuu
5c0570cdc0
Merge pull request #1093 from charlesreid1/master
Improve screenshot in readme
8 anni fa
Yamashita, Yuu
43c4063f51
Merge pull request #1091 from BanzaiMan/python-build-updates
Python-build updates
8 anni fa
Charles Reid
aab718844a
Changing background to be lighter/lower contrast
8 anni fa
Charles Reid
59050aa093
Fixing image of terminal output to use carbon (cleaner and easier-to-read colors)
8 anni fa
Hiro Asari
42349d9d24
Update 3.4.8rc1 to 3.4.8 release
8 anni fa
Hiro Asari
2ba2d8797b
Add 3.8-dev to point to `master`
Push 3.7-dev to `3.7` branch
8 anni fa
Yamashita, Yuu
04d9342f82
Merge pull request #1090 from draeath/master
Add CPython 3.5.5
8 anni fa
Paul Bransford
d85bc23592
Add CPython 3.5.5
8 anni fa
INADA Naoki
f114557698
3.7.0a4 -> 3.7.0b1 ( #1086 )
8 anni fa
Yamashita, Yuu
95ad305bcb
Merge pull request #1084 from scop/pypy3-5.10.1
Add pypy3 5.10.1
8 anni fa
Ville Skyttä
6c0625710f
Add pypy3 5.10.1
8 anni fa
Yamashita, Yuu
86e1b9a8ad
Merge pull request #1082 from shoichiaizawa/add-clear-to-conda-blacklist
Do not create `clear` shim when Anaconda is installed
8 anni fa
Shoichi Aizawa
b64c445b61
Do not create `clear` shim when Anaconda is installed
Add `clear` to the Anaconda's default blacklist in order to prevent
pyenv from creating the shim script for it.
The `clear` command executable began included from Anaconda 5.0.0
onwards, and this executable now conceals that of the user's base system
- this hinders the user from running the `clear` command with the
`command not found` error output if a user installs and selects one or
more Python version(s) other than Anaconda 5.x.x.
Adding this one-liner to the blacklist allows the user to use the
`clear` command even when Anaconda 5.x.x is not selected by pyenv.
8 anni fa
Josh Friend
1864fd7b93
Add CPython 3.4.8rc1 and 3.5.5rc1
8 anni fa
Josh Friend
6f27c91b5f
Update CPython 3.7.0a3 -> 3.7.0a4
8 anni fa
Josh Friend
b704c4242c
Update changelog for 1.2.1 release
8 anni fa
Josh Friend
978d8e0f9a
Add portable pypy[23] 5.10.0
8 anni fa
Yamashita, Yuu
65ddf84926
Merge pull request #1070 from BanzaiMan/pypy-xenial
Allow binary installs of PyPy on Xenial
8 anni fa
Hiro Asari
9a59c8490a
Use multi-arg form of require_distro
8 anni fa
Hiro Asari
4a14d2f62a
Allow binary installs of PyPy on Xenial
8 anni fa
Hiro Asari
66412f556d
Rename PyPy 5.10 to include TEENY version ( #1069 )
8 anni fa
Yamashita, Yuu
785738d5b3
Merge pull request #1062 from pyenv/pypy-5.10
Add PyPy[23] 5.10
8 anni fa
Josh Friend
71f09a6d71
Add PyPy[23] 5.10
closes #1061
8 anni fa
Yamashita, Yuu
9619e6bd53
Merge pull request #1058 from zmwangx/cpython-3.6.4
Add CPython 3.6.4 and remove 3.6.4rc1
8 anni fa
Zhiming Wang
2c3998f88b
Add CPython 3.6.4 and remove 3.6.4rc1
8 anni fa
Yamashita, Yuu
69d47d5fd7
Merge pull request #1055 from klimkjar/fix-illumos
Fix pyenv install on Solaris / Illumos
8 anni fa
Kjetil Limkjær
dc145fa5a2
Added true fallback to num_cpu_cores SunOS case
8 anni fa
Kjetil Limkjær
5149c53165
Add SunOS case statement to num_cpu_cores
8 anni fa
Kjetil Limkjær
c5e4bab858
Fix pyenv install on Solaris / Illumos
pyenv install crashes on Solaris with an empty log file. Adding support for the proper Solaris getconf call in num_cpu_cores fixed it. Tested and working under OmniOS CE r151024.
8 anni fa
Josh Friend
e71ac9e439
Release v1.2.0
8 anni fa
Chris Laco
76655979f4
Added CPython 3.3.7 ( #1053 )
* Added final Python 3.3 release, 3.3.7
* Removed Python 3.3.7rc1
8 anni fa
Mislav Marohnić
b943955dbf
Merge pull request #981 from mhinz/shell-descriptive-error
Better error message for `rbenv shell`
8 anni fa
Marco Hinz
643023d98f
Add tests for shell integration
8 anni fa
Marco Hinz
af53c790cc
Better error message for `rbenv shell`
Shell integration is not enabled by default. This means that, from all the
commands from `rbenv commands`, only "shell" won't work right away.
Replace "no such command" with a more descriptive message that points to
`rbenv init` instead.
9 anni fa
Josh Friend
15ba0d9c3f
Add CPython 3.6.4rc1
8 anni fa
Josh Friend
364fa7f7c6
CPython 3.7.0a2 -> 3.7.0a3
8 anni fa
Yamashita, Yuu
b6929531c6
Merge pull request #1051 from LWisteria/do_not_check_wget_version
Check wget version iff wget is going to be used
8 anni fa
Mislav Marohnić
6aa70b6541
Merge pull request #1013 from blueyed/shellcheck
Fix some issues reported by shellcheck
8 anni fa
Daniel Hahler
5f8a4c4d62
Fix some issues reported by shellcheck
9 anni fa
Mislav Marohnić
eda952ab08
Merge branch 'cdpath-enable'
8 anni fa
Mislav Marohnić
b80ea43e25
Quote directory name in variable assignment
8 anni fa
Mislav Marohnić
c310bc5f83
Merge pull request #968 from maxnordlund/patch-1
Fix fish subcommand completion
8 anni fa