[🔝TOP](https://www.notion.so/shinofara-1a690b35713b45bf8ea599bfa73fb7df?pvs=21) > [[Tags/メモとして書いた系|メモとして書いた系]] - 目次 📝 メモ 🏷️ タグ 🗞 登場した用語まとめ ## 📝 メモ ```Shell pyenv install 3.12-dev python-build: use [email protected] from homebrew python-build: use readline from homebrew Cloning https://github.com/python/cpython... Installing Python-3.12-dev... python-build: use readline from homebrew python-build: use zlib from xcode sdk BUILD FAILED (OS X 13.2.1 using python-build 20180424) ``` 答えはここにあった [https://github.com/pyenv/pyenv/issues/2805](https://github.com/pyenv/pyenv/issues/2805) ```Shell brew uninstall --ignore-dependencies [email protected] env CONFIGURE_OPTS='--enable-optimizations' pyenv install 3.12.0 brew install [email protected] poetry run python --version Python 3.12.0 ``` ## 🏷️ タグ #### タグ |Name|関連ページ数| |---|---| |[[Tags/メモとして書いた系\|メモとして書いた系]]|48| ## 🗞 登場した用語まとめ #### 用語 |Name| |---| |[[Terminology/Python\|Python]]| [🔝TOP](https://www.notion.so/shinofara-1a690b35713b45bf8ea599bfa73fb7df?pvs=21) > [[Tags/メモとして書いた系|メモとして書いた系]]