Ivan Pozdeev
9373970678
pyenv-latest: replace -q with -b and -f, document as internal
More tailored for the emergent internal use cases
2 лет назад
Florian Schüller
68918e69b7
Support for BusyBox version of `head' ( #2629 )
3 лет назад
native-api
f1a1f59c87
Fix `:latest` after #2568 ( #2599 )
* Cleanup mocks logic
* Add test for `:latest`
3 лет назад
rockandska
31f372034d
Allow multiple versions for pyenv-install
3 лет назад
Ivan Pozdeev
18f62f266d
Remove no-longer-needed PyPy prerequisites
3 лет назад
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
3 лет назад
native-api
d5b12f826d
Make PYENV_DEBUG imply -v for `pyenv install` ( #2347 )
Trace logs without `-v` are usually useless due to missing the build part.
So this leaves one less thing for users to worry about
when submitting error reports.
Mentioning `-v` in the issue template should stay for some time
since users report on old versions, too.
4 лет назад
native-api
e154693dc6
Revert "Drop inferring version to install from `pyenv local`"
5 лет назад
Ivan Pozdeev
ddf952ab2d
Allow for cases where user might've aliased some programs
The $(type -p | head -1) construct expects to always get a path, so need to ignore such aliases with -P
Closes https://github.com/pyenv/pyenv/issues/1662
5 лет назад
Ivan Pozdeev
8bff74dbd4
Drop inferring version to install from `pyenv local`
This behavior is only triggered when the version is provided as an empty string,
is undocumented and breaks if multiple local versions are specified
(rightly so since it's unclear which of them to install).
5 лет назад
Ryan Williams
af122400ed
Make grep detection more robust ( #1663 )
6 лет назад
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
This reverts commit 070e1c859fb2584c3dbe0a6fbe58cbc80938654e, reversing
changes made to 3faeda67bb .
7 лет назад
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
8 лет назад
Rémi Lapeyre
9be58802c1
Force y, Y, yes or YES to confirm installation
7 лет назад
Yamashita, Yuu
bb352f8822
Add `genc` as a dependency
9 лет назад
Yamashita, Yuu
0fe7d78503
Check pycparser's availability when building PyPy from source
9 лет назад
Yamashita, Yuu
fc23323ed4
Revert "Avoid choosing virtualenv when building PyPy from source"
This reverts commit 63c00d9989 .
9 лет назад
Yamashita, Yuu
63c00d9989
Avoid choosing virtualenv when building PyPy from source
9 лет назад
Yamashita, Yuu
0cbfcf09d4
Fix pattern match for PyPy versions
9 лет назад
Yamashita, Yuu
d01fa09a7d
Migrate project URL to https://github.com/pyenv/pyenv
9 лет назад
Ville Skyttä
725ff0c5dd
Spelling fixes
9 лет назад
Augusto F. Hack
d2e2c61c51
added pypy-dev special case in pyenv-install to use py27
10 лет назад
Yamashita, Yuu
c8ab429d7b
Import recent changes from ruby-build 20160130
10 лет назад
Yamashita, Yuu
2767461235
Use `PYENV_BOOTSTRAP_VERSION` during `python-build` if declared
10 лет назад
Yamashita, Yuu
20432dda88
Add a workaround for Anaconda's `curl` issue
Anaconda's `curl` doesn't work with HTTPS on platfroms where
`/etc/pki/tls/certs/ca-bundle.crt` isn't available.
10 лет назад
Yamashita, Yuu
0f288f2462
Import changes from ruby-build v20150818
11 лет назад
Yamashita Yuu
648afe05a9
Import changes from ruby-build v20150519
11 лет назад
Yamashita Yuu
123b3af1a0
Import changes from ruby-build v20150112
11 лет назад
Yamashita Yuu
0fd1eaaeb5
Add pypy3-2.4.0-src ( #277 )
11 лет назад
Yamashita Yuu
4a52bfaff9
Fix broken tests
11 лет назад
Yamashita Yuu
b26b83a11f
Import changes from ruby-build v20141028
11 лет назад
Yamashita Yuu
fc41c87395
Check existence of `curses` module before start building PyPy ( #244 )
11 лет назад
Yamashita Yuu
58e24a64a2
Set PYENV_VERSION on building pypy from source
11 лет назад
Yamashita Yuu
149a915770
Import recent changes from ruby-build 20140420
12 лет назад
Yamashita Yuu
986db22da8
Import recent changess from ruby-build v20140408
12 лет назад
Yamashita Yuu
589872affb
Set proper `PYENV_VERSION` during `pyenv install`
12 лет назад
Yamashita Yuu
07ae0d8e42
Import changes from ruby-build 20140110.1
12 лет назад
Yamashita Yuu
8fa6b4a184
CPython installer requires existing Pyhthon of similar version.
12 лет назад
Yamashita Yuu
1f76effbfb
Import changes from ruby-build v20131225.1
12 лет назад
Yamashita Yuu
b943e0abff
Import changes from ruby-build v20130628
13 лет назад
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.
13 лет назад
Yamashita Yuu
9ae12a7c22
add CPython development versions (2.[67]-dev, 3.[1234]-dev)
13 лет назад
Yamashita Yuu
b3deef5e80
update base version of ruby-build (v20130518)
13 лет назад
Yamashita Yuu
6997026064
import recent changes from ruby-build 20130408
13 лет назад
draftcode
8bf0938e60
Add an option to build a debug version of Python
13 лет назад
Yamashita Yuu
ad900ba436
fix some differences between ruby-build (refs #8 )
13 лет назад
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
13 лет назад
Yamashita Yuu
7953f573c6
modify ruby-build for Python and import into pyenv as default plugin.
14 лет назад