Skip to content

Where do I can find "Python" binary file when installed by pyenv? #2328

Answered by native-api
nvcken asked this question in Q&A
Discussion options

You must be logged in to vote
$ ls ~/.pyenv/versions/3.9.11/bin/
python

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>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nvcken
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants