gopy
gopy copied to clipboard
'sed' is not recognized as an internal or external command...
sed is not a windows utility and shouldn't be used. I had to build in git bash after handling a handful of other issues to get a package to build. Why not just use python to do it?
I also have this error. C:\python\python.exe build.py Doing windows sed hack to fix declspec for PyInit cmd had error: exec: "sed": executable file not found in %PATH%
Quick fix: install sed from GnuWin32 and add it to the PATH. However, this should not be necessary. A simple search and replace can be done with Windows tools as well or from Python.
or from Go :)