diff --git a/doc/configuring_your_machine.md b/doc/configuring_your_machine.md index 74a99b905..7f064b774 100644 --- a/doc/configuring_your_machine.md +++ b/doc/configuring_your_machine.md @@ -88,8 +88,9 @@ The repo has a launch.json file that will launch the version of Python that is f ##Running Unit Tests: ####Command line #####Windows: + Provided your PYTHONPATH was set correcltly, from `` run: ```BatchFile - \src\python -m unittest discover -s src\azure\cli\tests + python -m unittest discover -s src\azure\cli\tests ``` ####VS Code Under construction...