py:python3
py:python3
Reports either the path to Python 3 configured in the python.properties
file or, if that is blank, looks for a Python 3 executable on your system’s PATH. For Windows, there is an installation option for including Python on your PATH. For MacOS and Linux, it will likely already be on your PATH. The output of this reporter is meant to be used with py:setup
, but you may also use it to see which Python 3 installation this extension will use by default.
For example, on MacOS with Homebrew installed Python 3:
observer> show py:python3
observer: "/usr/local/bin/python3"
Take me to the full Python Extension Dictionary