Closed phamwon closed 4 years ago
Can't reproduce with googler installed through choco.
Also, this looks like a generic Python script problem. Start with something simple like placing argv.py
import sys
print(sys.argv)
on your PATH
and see if it works.
Since neither of the maintainers here use Windows much, we probably won't be of much help.
Thanks for help, that worked when add print(sys.argv)
!
All cmdline does not apply when I run on cmd.exe, but when tested on Windows PowerShell, it runs very well.