third_party.pigweed.src/pw_cli
Alexei Frolov 426b9b8da0 pw_env_setup: Just use the system Python
MacOS runs into some strange issues when trying to call python3. While
the source of these issues has not been found, it was determined that
there is no longer any reason to try to prioritize python3 for env
setup, as it works with any Python version.

The environment variable to force python2 has been replaced with a
variable to force a specific version of Python.

Fixed: 151
Change-Id: Ief21cb1cf3f5326d2d7036d46c3a9fc0504ba9fa
2020-03-09 22:48:46 +00:00
..
py pw_env_setup: Just use the system Python 2020-03-09 22:48:46 +00:00
README.md Rename pw_cmd to pw_cli 2019-11-25 22:16:02 +00:00

This directory contains the pw tool that facilitates working with Pigweed. Example starting functionality is the ability to watch the Pigweed source for changes and re-run tests.

This code is experimental and unfinished.