Where do I can find "Python" binary file when installed by pyenv? #2328
|
Specs From python installed via brew install python, I found "Python" binary file here But for python@3.9 installed via pyenv, I can't find Python binary file at all Please help |
Answered by
native-api
Apr 15, 2022
Replies: 2 comments
If you specifically need the directory structure to be
|
0 replies
Answer selected by
nvcken
|
I'd recommend |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you specifically need the directory structure to be
/Frameworks/Python.framework/<etc>, you need to do a framework build:PYTHON_CONFIGURE_OPTS=--enable-framework pyenv install <version>