Yamashita, Yuu
7214f59385
Merge pull request #705 from proinsias/patch-4
Rearrange 'pyenv install' sections in COMMANDS.md
il y a 9 ans
Francis T. O'Donovan
1fc3b48907
Rearrange 'pyenv install' sections in COMMANDS.md
I noticed that there were 3 sections for `pyenv install`, so I've rearranged these to make 1 section.
il y a 9 ans
Yamashita, Yuu
47b6f545f3
Merge pull request #704 from proinsias/patch-3
Add miniconda3 4.1.1
il y a 9 ans
Yamashita, Yuu
ea7ae1ba1a
Merge pull request #703 from proinsias/patch-2
Add miniconda2 4.1.1
il y a 9 ans
Yamashita, Yuu
8b982b1cd4
Merge pull request #702 from proinsias/patch-1
Add anaconda2 4.1.1
il y a 9 ans
Francis T. O'Donovan
fe25b85982
Add miniconda3 4.1.1
il y a 9 ans
Francis T. O'Donovan
a2298f7660
Add miniconda2 4.1.1
il y a 9 ans
Francis T. O'Donovan
fd19e45fa9
Add anaconda2 4.1.1
il y a 9 ans
Yamashita, Yuu
7531e7779f
Merge pull request #701 from proinsias/patch-1
Add anaconda3 4.1.1
il y a 9 ans
Francis T. O'Donovan
9c78edcdaf
Add anaconda3 4.1.1
il y a 9 ans
Yamashita, Yuu
8305eaefe3
Merge pull request #700 from yyuu/issue687
Remove `bin.orig` if it already exists
il y a 9 ans
Yamashita, Yuu
bc4abf06bd
Remove `bin.orig` if it already exists ( fixes #687 )
The directory may exist if the `build_package_symlink_version_suffix`
ran multiple times.
il y a 9 ans
s1341
36647a66de
Only mv bin to bin.orig the first time, otherwise the mv will fail
il y a 10 ans
Yamashita, Yuu
79fca42c35
Merge pull request #699 from zmwangx/3.6.0b1
Add CPython 3.6.0b1 and remove 3.6.0a4
il y a 9 ans
Zhiming Wang
9dcc477c3f
Remove CPython 3.6.0a4 in favor of 3.6.0b1
il y a 9 ans
Zhiming Wang
5462e8df8c
Add CPython 3.6.0b1
https://www.python.org/downloads/release/python-360b1/
il y a 9 ans
Samuel Villamonte
61ce66a7c6
Added warning message
il y a 9 ans
Mislav Marohnić
d0779fc8fb
Expand literal tilde in PATH
The literal tilde in a PATH entry (e.g. `~/.rbenv/shims`) doesn't seem
to be supported by system `which` utility, but *does* seem to be
supported by `command -v` (used in `rbenv-which`) and `type -p`.
Therefore, we must strip away `~/.rbenv/shims` from PATH when looking up
executables for system Ruby, lest we risk infinite loop. We do so by
substituting any occurence of `~` in PATH with the value of `HOME`.
il y a 9 ans
Samuel Villamonte
bde78e83a0
Added latest pypy 3.5 nightly build
il y a 9 ans
Yamashita, Yuu
a0c5fe42e9
v1.0.1 ( #694 )
il y a 9 ans
Yamashita, Yuu
3e433b2949
Merge pull request #697 from Samureus/pypy2-5.4.1
Added pypy2-5.4.1 and pypy-5.4.1
il y a 9 ans
Samuel Villamonte
d3b71cfb0b
Merge branch 'master' into pypy2-5.4.1
il y a 9 ans
Samuel Villamonte
ba945d229c
Update pypy2-5.4.1
Updated comment and fixed typo.
il y a 9 ans
Yamashita, Yuu
4e192a6851
Merge pull request #695 from Samureus/pypy2-5.4.1-src
Added pypy2-5.4.1-src
il y a 9 ans
Samuel Villamonte
85354377dd
Forgot about shim sorry
il y a 9 ans
Samuel Villamonte
654b645984
Merge branch 'master' into pypy2-5.4.1-src
il y a 9 ans
Samuel Villamonte
e44f7399f5
Added pypy2-5.4.1 and pypy-5.4.1
il y a 9 ans
Yamashita, Yuu
45173d1f67
Merge pull request #696 from Samureus/pypy-portable-5.4.1
Added pypy-portable-5.4.1 now
il y a 9 ans
Samuel Villamonte
baeecdfc7d
Added pypy-portable-5.4.1 now
il y a 9 ans
Samuel Villamonte
b2ee05b931
Added pypy2-5.4.1-src
il y a 9 ans
Yamashita, Yuu
6601c34408
Update change log [ci skip]
il y a 10 ans
Yamashita, Yuu
7417b6d57f
Merge pull request #686 from Samureus/pypy2-5.4-updated
Updated pypy2-5.4 with portable pypy links
il y a 10 ans
Samuel Villamonte
3d89369f50
Updated pypy2-5.4 with portable pypy links
il y a 10 ans
Yamashita, Yuu
c6ff64220f
Merge pull request #685 from Samureus/pypy-portable-5.4
Added pypy-portable-5.4
il y a 10 ans
Samuel Villamonte
44df355099
Added pypy-portable-5.4
il y a 10 ans
Yamashita, Yuu
414a512f47
Add `pypy2-5.3.1-src`
il y a 10 ans
Yamashita, Yuu
165fbb2c1d
Add PyPy2 5.4
il y a 10 ans
Yamashita, Yuu
11476f7a31
Merge pull request #684 from yyuu/pypy-to-pypy2
Rename pypy 5.x definitions as `pypy2`
il y a 10 ans
Yamashita, Yuu
15b336da84
s/pypy/&2/ in error messages
il y a 10 ans
Yamashita, Yuu
d15140fea6
Rename pypy 5.x definitions as `pypy2`
il y a 10 ans
Yamashita, Yuu
955d517588
Merge pull request #683 from Samureus/pypy-5.4-src
Added pypy-5.4-src
il y a 10 ans
Samuel Villamonte
e7943da3f5
Added pypy-5.4-src
il y a 10 ans
Yamashita, Yuu
dcc109f8be
Merge pull request #680 from hawkowl/https
make all http source urls https
il y a 10 ans
Amber Brown (HawkOwl)
778bb2e10f
stackless over https too
il y a 10 ans
Amber Brown (HawkOwl)
12447f67f5
make all http source urls https
il y a 10 ans
Josef Hoerandtner
e29dd67ce8
Add default-packages to .gitignore
The plugin pyenv-default-packages uses `$(pyenv root)/default-packages`
as configuration file. Since this plugin is listed as approved, I
assume it makes sense to have the file permanently ignored by Git.
il y a 10 ans
Yamashita, Yuu
e23b9e90b4
Merge pull request #673 from zmwangx/3.6.0a4
Add CPython 3.6.0a4; remove 3.6.0a1 and 3.6.0a3
il y a 10 ans
Zhiming Wang
7dd33c27c2
Remove CPython 3.6.0a1 and 3.6.0a3 in favor of 3.6.0a4
il y a 10 ans
Zhiming Wang
cbcf03d327
Add CPython 3.6.0a4
https://www.python.org/downloads/release/python-360a4/
il y a 10 ans
Yamashita, Yuu
7fadd939ad
v1.0.0 ( fixes #520 )
il y a 10 ans