blob: 1bd65783c558a0566f6d28d61ef7615d2d2971d1 [file] [log] [blame]
Wyatt Heplerf9fb90f2020-09-30 18:59:33 -07001.. _module-pw_doctor:
Rob Mohrf82e7a82020-01-03 13:50:11 -08002
3---------
4pw_doctor
5---------
6``pw doctor`` confirms the environment is set up correctly. With ``--strict``
7it checks that things exactly match what is expected and it checks that things
8look compatible without.
Armando Montaneza761e322020-06-15 16:30:40 -07009
Michael Spangdb0992d2021-04-10 05:41:16 -040010Currently pw_doctor expects the running python to be Python 3.8 or 3.9.
11
12Projects that adjust the behavior of pw_env_setup may need to customize
13these checks, but unfortunately this is not supported yet.
14
Armando Montaneza761e322020-06-15 16:30:40 -070015.. note::
16 The documentation for this module is currently incomplete.