mirror of https://github.com/python/cpython.git
Skip noticed that the document talks about "setting PythonLauncher as the
default application" but doesn't give a clue on how to do this. Refer to Apple Help.
This commit is contained in:
parent
42fbc6961e
commit
ebab26a709
|
@ -7,6 +7,8 @@ or Unix or another platform, and/or make little sense on a Macintosh.
|
||||||
Some examples can be run from within the PythonIDE, but many will require
|
Some examples can be run from within the PythonIDE, but many will require
|
||||||
that you start them from the command line or with PythonLauncher. In the
|
that you start them from the command line or with PythonLauncher. In the
|
||||||
latter case, you can supply any needed command line arguments by holding
|
latter case, you can supply any needed command line arguments by holding
|
||||||
the "alt" key while dragging the script to PythonLauncher (or while
|
the "alt" key while dragging the script to PythonLauncher, or while
|
||||||
double-clicking the script, if PythonLauncher is set as the default application
|
double-clicking the script if PythonLauncher is set as the default application
|
||||||
to open Python scripts with).
|
to open Python scripts with. See "Changing the application that opens a file"
|
||||||
|
in Mac Help for information on making PythonLauncher the default application.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue