Understanding Python 3.5 Settings on Mac (Xcode)

Asked 2 years ago, Updated 2 years ago, 42 views

I'm trying to run python 3.5 in Xcode.
After the installation is complete, when you enter terminal "which python3", it says "/Library/Frameworks/Python.framework/Version/3.5/bin/python3".
The installation itself was done a few months ago, when I was able to run python 3.5 correctly in Xcode.

However, the Xcode setting is not working right now.
(Probably because I updated it to El Capitan).)
Specifically, in Xcode, "Product-Scheme-Edit Scheme" you must specify python 3.5 for "/Library/Frameworks/Python.framework/Version/3.5/bin/python3" above.
However, python 3.5 is not Executable but a document file and cannot be specified.
It seems that it is determined to be an extension of ".5".

What should I do?
Please let me know if there is any solution.

xcode python macos

2022-09-30 19:18

2 Answers

Right-click → Quick look may be aggressive, but I was able to choose just in case


2022-09-30 19:18

This is an old question, but I need to use Python 3.6.8
/Library/Frameworks/Python.framework/Version/3.6/bin/python3

by copying the
/Library/Frameworks/Python.framework/Version/3.6/bin/python
I was able to click
to specify it. The operation guarantee is...


2022-09-30 19:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.