native-api
native-api
Please add the necessary diagnostic details as per the [issue template](https://github.com/pyenv/pyenv/blob/master/.github/ISSUE_TEMPLATE.md)
Anyway, WFM in a fresh 25.04 VM. So I've just wasted an hour for nothing. That's why we request trace logs in the issue template -- looking through them is...
Please add the rest of the required diagnostic information as per the issue template, especially `config.log`.
Googling says this error happens due to a lack of `NCURSES_WIDECHAR` macro, and is usually caused by a wrong include path. Seems like you have some leftovers from a non-unicode...
You can add it with a plugin: `$(pyenv root)/plugins/pyenv-list/bin/pyenv-list`: ```bash #!/usr/bin/env bash exec pyenv-install --list ```
> You can add it with a plugin: Btw you can also type `pyenv install ` or `pyenv install ` and get this list right away...
+ Homebrew `pkg-config`: https://github.com/pyenv/pyenv/issues/2823#issuecomment-2441394180
> I don't know how BATS works, I need help / hints to understand what should I do -- where is the tested shell specified? Tests can be run with...
> I know it's maybe a patch too important for the core code, if so just close this (draft) PR. @pyenv/pyenv-core-maintainers IMO supporting PowerShell is fine. However, due to unfamiliarity...
> However, I have no clue how to profile shell scripts. https://github.com/pyenv/pyenv-virtualenv/issues/259#issuecomment-1282754854: > Try localizing the issue by timing the code that runs at prompt with: > > ```shell >...