third_party.pigweed.src/pw_doctor/docs.rst
Michael Spang db0992d39c pw_env_setup: Support Python 3.9
Currently there is no way to configure environment checks in
pw_env_setup, and often these checks are diagnosting downstream
adjustments rather than errors. Loosen up these checks to at least
permit Python 3.9, which is the default now in some distros.

Change-Id: Ibb99acdef7f98e7b327ac9ee49e52c0a83bdb0fc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/40362
Reviewed-by: Rob Mohr <mohrr@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
Commit-Queue: Michael Spang <spang@google.com>
2021-04-12 18:54:08 +00:00

17 lines
512 B
ReStructuredText

.. _module-pw_doctor:
---------
pw_doctor
---------
``pw doctor`` confirms the environment is set up correctly. With ``--strict``
it checks that things exactly match what is expected and it checks that things
look compatible without.
Currently pw_doctor expects the running python to be Python 3.8 or 3.9.
Projects that adjust the behavior of pw_env_setup may need to customize
these checks, but unfortunately this is not supported yet.
.. note::
The documentation for this module is currently incomplete.