Support a configuration file #64
brettcannon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exists for the Windows launcher: https://www.python.org/dev/peps/pep-0397/#configuration-file.
A key thing to remember is should not get to the point that you're using this to alias specific interpreters, just making it easier to specify constraints on what kind of interpreter you need and then letting the launcher pick for you. Otherwise you should just launch the specific interpreter you want.
2.7-framework
for/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
?E.g.
2.7
for/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
python3.7
likepypy3
?pypy3
to its Python version?Beta Was this translation helpful? Give feedback.
All reactions