Add virtualUSB to your PATH Learn how to add virtualUSB to your PATH so you can run virtualUSB commands in the terminal to debug your devices. Add virtualUSB to your PATH In the terminal, enter the following command to add virtualUSB to your system PATH: macOS Windows echo 'export PATH=/Applications/virtualUSB.app/Contents/Resources:$PATH' >> ~/.zshrc setx PATH "%PATH%;C:\${pathToProgramFiles}\Program Files\virtualUSB" Then, verify your changes: vusb --version