Anton Petrov
c81a28105f
Merge pull request #2093 from Parnassius/py310
Add Python 3.10.0
4 years ago
Parnassius
d601efa0d5
Add Python 3.10.0
4 years ago
sandipanpanda
0688b17cc1
Add documentation for exec command ( #2090 )
4 years ago
sandipanpanda
bb6a747c02
Add documentation for shims command ( #2091 )
4 years ago
sandipanpanda
681d31bc36
Add documentation for hooks command ( #2089 )
4 years ago
sandipanpanda
3b1bc86031
Add documentation for root command ( #2088 )
* Add documentation for root command
4 years ago
sandipanpanda
6139b51af4
Add documentaion for prefix command ( #2087 )
4 years ago
Ivan Pozdeev
10a8c83888
Merge branch 'master' of https://github.com/pyenv/pyenv
4 years ago
Ivan Pozdeev
9985f7b436
Honor CONFIGURE_OPTS as well as PYTHON_CONFIGURE_OPTS when detecting options
4 years ago
Kevin Modzelewski
a7895e6ea8
Update to Pyston's v2 package of the 2.3.1 release ( #2078 )
This one gets rid of the extra "usr" subdirectory that we had and now fits the format that pyenv expects
4 years ago
Anton Petrov
7dd48d1665
Merge pull request #2075 from kmod/pyston_2.3.1
Add pyston-2.3.1 support
4 years ago
Kevin Modzelewski
11c54713bb
This looks unnecessary now
4 years ago
Kevin Modzelewski
3051d21004
Add pyston-2.3.1 support
We changed the directory structure for pyston 2.3.1 slightly, where we now
include a top-level "pyston-2.3.1" directory when you unpack the tarball.
4 years ago
Anton Petrov
9ecfdd1073
Merge pull request #2074 from anton-petrov/master
Don't update conda when installing pip
4 years ago
Anton Petrov
47d3dee0bb
Fix
4 years ago
Anton Petrov
0a3b72d890
Don't update conda when installing pip
4 years ago
native-api
f018056165
Merge pull request #2072 from aphedges/improve-add_miniconda
4 years ago
Alex Hedges
af55330d37
Add miniconda2-2.7-4.8.3, miniconda3-3.7-4.10.3, miniconda3-3.8-4.10.3, miniconda3-3.9-4.10.3
4 years ago
native-api
0211c345f7
Merge pull request #2073 from native-api/github_actions_tests
GitHub actions tests
4 years ago
Ivan Pozdeev
2f8c625a7d
Fix test failures
4 years ago
Ivan Pozdeev
e28661c7e2
Fix random "broken pipe"
4 years ago
Ivan Pozdeev
6882be06a6
Bats: report unstub failure details
4 years ago
Ivan Pozdeev
c6c4e41eb9
Bats: show output on failed assertions
4 years ago
Ivan Pozdeev
f504b01818
consistent message
4 years ago
Ivan Pozdeev
876be1bb04
Bats: path_without: support multiple args
4 years ago
Ivan Pozdeev
6185bb55e6
allow for sys.executable to be different
4 years ago
Ivan Pozdeev
7f714c34ba
Bats 1.2 requires readline from gnu coreutils in MacOS
4 years ago
Ivan Pozdeev
848e56e992
Add Pyenv tests to Github Actions
Now that Travis check has been removed from the repo
4 years ago
Alex Hedges
8b07b92c37
Support newer miniconda filenames
4 years ago
Alex Hedges
3a20ce7555
Add default verbosity to add_miniconda.py
Required to prevent a crash when no verbosity given.
4 years ago
rallyemax
0c6ad7c52b
Fix sed commands ( #2071 )
In GNU `sed`, the `-iEe` argument is equivalent to `--in-place=Ee`, which would create `~/.profileEe` as backup of `~/.profile` if the command executed successfully. However, because the `e` is no longer being processed as an expression argument, `sed` does not correctly join the expressions and exits with `sed: -e expression #2 , char 10: unexpected }`.
The intent is to use extended regex, perform the changes in-place, and use a series of expressions, so `-Ei -e` is used instead.
4 years ago
Takumi Sueda
1bd397112a
Add Python 2.7.18 patches for Apple Silicon machines ( #2061 )
4 years ago
Anton Petrov
dcfd715603
Update pyenv---version
4 years ago
Anton Petrov
474d7cc066
Update CHANGELOG.md
4 years ago
Anton Petrov
02c44942c6
Merge pull request #2067 from native-api/readme
Update setup instructions in the Readme
4 years ago
Ivan Pozdeev
76db37dbfa
Update fish instructions based on user feedback
4 years ago
Ivan Pozdeev
eb89256f59
Remove the sample code from pyenv init
since there proved to be to many cases to fit
4 years ago
Ivan Pozdeev
19f74e41f0
Update setup instructions based on user feedback
4 years ago
Ivan Pozdeev
6c74b616a5
Windows note as a separate section
5 years ago
Ivan Pozdeev
8cce6e8dd2
Add notes when to use the 2nd shell step
5 years ago
Ivan Pozdeev
03cabd88e9
Highlight MacOS note about restart
5 years ago
tillhainbach
e56962b357
allow tcl-tk as argument or try with homebrew by default Replacement for #1409 ( #1646 )
* feat(python-build): allow tcl-tk as argument or default to homebrew
* refactor(python-build): detect tcl-tk-libs from confugre_opts_arr
4 years ago
Ivan Pozdeev
cabdc45181
fix possible side effect
4 years ago
Ivan Pozdeev
7f45f1eb9d
Merge branch 'sbin'
# Conflicts:
# test/prefix.bats
4 years ago
Ivan Pozdeev
acc949c27b
fix test
4 years ago
native-api
4f689cdf83
Allow system Python in sbin ( #2065 )
Arch Linux has Python is sbin as well as bin
4 years ago
Ivan Pozdeev
26134d9b38
Allow system Python in sbin
Arch Linux has Python is sbin as well as bin
4 years ago
Pamela McA'Nulty
1c90a0f864
Prevent duplicate PATH entries when bin_path/.. is the same as PYENV_ROOT ( #2045 )
4 years ago
Toshihiro Takushima
90d0d20508
Disable coreutils on M1 Apple Silicon with arm64 ( #2020 )
* Disable coreutils on arm64-apple
* Only selectively apply to the affected CPython versions
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
4 years ago
Ned Batchelder
58e2087967
Add Python 3.10.0rc2 ( #2053 )
4 years ago