Home
last modified time | relevance | path

Searched refs:PW_BOOTSTRAP_PYTHON (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_env_setup/
Dutil.sh197 if [ -n "$PW_BOOTSTRAP_PYTHON" ]; then
198 _PW_PYTHON="$PW_BOOTSTRAP_PYTHON"
Ddocs.rst224 ``PW_BOOTSTRAP_PYTHON``
/external/pigweed/
Dbootstrap.bat62 :: PW_BOOTSTRAP_PYTHON. Otherwise, use the system Python if one exists.
63 if not "%PW_BOOTSTRAP_PYTHON%" == "" (
64 set "python=%PW_BOOTSTRAP_PYTHON%"