Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyenv/pyenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.18
Choose a base ref
...
head repository: pyenv/pyenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.19
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 20, 2024

  1. Add CPython 3.14.0a2 (#3110)

    nedbat authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    04b32e2 View commit details
    Browse the repository at this point in the history
  2. Add quick start section and gif demo to accompany it. (#3044)

    * Reorganize readme, add gif
    
    1. Details in 'Getting Pyenv' and 'Setup for your shell' are collapsed. User can expand relevant
       sections depending on their platform and shell.
    
    2. 'How It Works' and 'Advanced Configuration' are moved to the bottom of the README.md
       just before 'Contributing' section at the end.
    
    3. Added a GIF in the 'Usage' section to showcase
       - Listing python versions available for install.
       - Installing a specific python version.
       - Listing installed python versions.
       - Switching to another python version for a directory.
       - Testing by moving terminal into the directory and moving back.
    
    * Update GIF to show prefix resolution
    
    * Collapse upgrade notes
    
    * Cross-mention Linux and MacOS instlalation scenarios
    
    ---------
    
    Co-authored-by: Ivan Pozdeev <[email protected]>
    madhu-GG and native-api authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    707e8d1 View commit details
    Browse the repository at this point in the history
  3. 2.4.19

    native-api committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1e8e96b View commit details
    Browse the repository at this point in the history
Loading