Installing collected packages: m2crypto
Successfully installed m2crypto-0.41.0
$ $env:PYTHONPATH = "build/lib.$PYTHONPATH_DIR"; python3 -munittest discover -b -v tests
python3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:343 char:48
+ $env:PYTHONPATH = "build/lib.$PYTHONPATH_DIR"; python3 -munittest dis ...
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (python3:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Duplicate of https://todo.sr.ht/~mcepl/m2crypto/357