Ayush
4c78a0dd50
pyenv-install: install a version under a custom name with `<version>:<alias>` ( #3484 )
преди 1 седмица
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>
преди 6 месеца
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 години