Ivan Pozdeev
a27d2723d6
install: reflect the new alias syntax in reference
há 1 semana
Ayush
4c78a0dd50
pyenv-install: install a version under a custom name with `<version>:<alias>` ( #3484 )
há 1 semana
rockandska
2c38423a98
pyenv launcher: introduce and export _PYENV_INSTALL_PREFIX ( #3334 )
provides a reliable way for Pyenv code to locate other parts of Pyenv code that are not under `PYENV_ROOT`
* tests: Work with Git entirely in a test repo
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
há 6 meses
Ivan Pozdeev
9373970678
pyenv-latest: replace -q with -b and -f, document as internal
More tailored for the emergent internal use cases
há 2 anos
Florian Schüller
68918e69b7
Support for BusyBox version of `head' ( #2629 )
há 3 anos
native-api
f1a1f59c87
Fix `:latest` after #2568 ( #2599 )
* Cleanup mocks logic
* Add test for `:latest`
há 3 anos
rockandska
31f372034d
Allow multiple versions for pyenv-install
há 3 anos
Ivan Pozdeev
18f62f266d
Remove no-longer-needed PyPy prerequisites
há 3 anos
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
há 3 anos
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.
há 4 anos
native-api
e154693dc6
Revert "Drop inferring version to install from `pyenv local`"
há 5 anos
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
há 5 anos
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).
há 5 anos
Ryan Williams
af122400ed
Make grep detection more robust ( #1663 )
há 6 anos
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
This reverts commit 070e1c859fb2584c3dbe0a6fbe58cbc80938654e, reversing
changes made to 3faeda67bb .
há 7 anos
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
há 8 anos
Rémi Lapeyre
9be58802c1
Force y, Y, yes or YES to confirm installation
há 7 anos
Yamashita, Yuu
bb352f8822
Add `genc` as a dependency
há 9 anos
Yamashita, Yuu
0fe7d78503
Check pycparser's availability when building PyPy from source
há 9 anos
Yamashita, Yuu
fc23323ed4
Revert "Avoid choosing virtualenv when building PyPy from source"
This reverts commit 63c00d9989 .
há 9 anos
Yamashita, Yuu
63c00d9989
Avoid choosing virtualenv when building PyPy from source
há 9 anos
Yamashita, Yuu
0cbfcf09d4
Fix pattern match for PyPy versions
há 9 anos
Yamashita, Yuu
d01fa09a7d
Migrate project URL to https://github.com/pyenv/pyenv
há 9 anos
Ville Skyttä
725ff0c5dd
Spelling fixes
há 9 anos
Augusto F. Hack
d2e2c61c51
added pypy-dev special case in pyenv-install to use py27
há 10 anos
Yamashita, Yuu
c8ab429d7b
Import recent changes from ruby-build 20160130
há 10 anos
Yamashita, Yuu
2767461235
Use `PYENV_BOOTSTRAP_VERSION` during `python-build` if declared
há 10 anos
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.
há 10 anos
Yamashita, Yuu
0f288f2462
Import changes from ruby-build v20150818
há 11 anos
Yamashita Yuu
648afe05a9
Import changes from ruby-build v20150519
há 11 anos
Yamashita Yuu
123b3af1a0
Import changes from ruby-build v20150112
há 11 anos
Yamashita Yuu
0fd1eaaeb5
Add pypy3-2.4.0-src ( #277 )
há 11 anos
Yamashita Yuu
4a52bfaff9
Fix broken tests
há 11 anos
Yamashita Yuu
b26b83a11f
Import changes from ruby-build v20141028
há 11 anos
Yamashita Yuu
fc41c87395
Check existence of `curses` module before start building PyPy ( #244 )
há 11 anos
Yamashita Yuu
58e24a64a2
Set PYENV_VERSION on building pypy from source
há 11 anos
Yamashita Yuu
149a915770
Import recent changes from ruby-build 20140420
há 12 anos
Yamashita Yuu
986db22da8
Import recent changess from ruby-build v20140408
há 12 anos
Yamashita Yuu
589872affb
Set proper `PYENV_VERSION` during `pyenv install`
há 12 anos
Yamashita Yuu
07ae0d8e42
Import changes from ruby-build 20140110.1
há 12 anos
Yamashita Yuu
8fa6b4a184
CPython installer requires existing Pyhthon of similar version.
há 12 anos
Yamashita Yuu
1f76effbfb
Import changes from ruby-build v20131225.1
há 12 anos
Yamashita Yuu
b943e0abff
Import changes from ruby-build v20130628
há 13 anos
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.
há 13 anos
Yamashita Yuu
9ae12a7c22
add CPython development versions (2.[67]-dev, 3.[1234]-dev)
há 13 anos
Yamashita Yuu
b3deef5e80
update base version of ruby-build (v20130518)
há 13 anos
Yamashita Yuu
6997026064
import recent changes from ruby-build 20130408
há 13 anos
draftcode
8bf0938e60
Add an option to build a debug version of Python
há 13 anos
Yamashita Yuu
ad900ba436
fix some differences between ruby-build (refs #8 )
há 13 anos
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
há 13 anos