mod-script-pip pipe_test.py "..does not exist" win10

Hello, I am trying to learn more about audacity scripting, and am following the instructions online at https://manual.audacityteam.org/man/scripting.html

Seems like the first step is running the pipe_test.py file:
https://github.com/audacity/audacity/blob/master/scripts/piped-work/pipe_test.py

I enabled mod-script-pipe in audacity preferences and restarted, it’s now set to “Enabled” every time I open audacity.
If i run the pipe_test.py file though I get an error:

I’m running on win10 ubuntu subsystem

$ python3 pipe_test.py
pipe-test.py, running on linux or mac
Write to  "/tmp/audacity_script_pipe.to.0"
 ..does not exist.  Ensure Audacity is running with mod-script-pipe.

Is there something else i need to do to get my console connecting with audacity? Thanks

What do you mean by “win10 ubuntu subsystem”?

Fixed by looking in this thread: https://forum.audacityteam.org/viewtopic.php?f=21&t=104266&start=10

and launching audacity.exe from the windows 10 command prompt terminal command line. I have commands working now, thanks