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.
Right-click → Quick look may be aggressive, but I was able to choose just in case
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...
578 Understanding How to Configure Google API Key
619 Uncaught (inpromise) Error on Electron: An object could not be cloned
582 PHP ssh2_scp_send fails to send files as intended
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.