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 [email protected] installed via pyenv, I can't find Python binary file at all
Please help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you specifically need the directory structure to be
|
Beta Was this translation helpful? Give feedback.
-
I'd recommend |
Beta Was this translation helpful? Give feedback.
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>