Correct the command in the python env setup. (#8571)
diff --git a/docs/developers/debugging/tf_integrations_test_repro.md b/docs/developers/debugging/tf_integrations_test_repro.md index da9f775..cbe6c6f 100644 --- a/docs/developers/debugging/tf_integrations_test_repro.md +++ b/docs/developers/debugging/tf_integrations_test_repro.md
@@ -6,7 +6,7 @@ 1. First setup the python environment as described [here](https://google.github.io/iree/building-from-source/python-bindings-and-importers/#environment-setup). ``` -python -m iree.venv +python -m venv iree.venv source iree.venv/bin/activate ```