gopy icon indicating copy to clipboard operation
gopy copied to clipboard

'sed' is not recognized as an internal or external command...

Open astrelsky opened this issue 3 years ago • 1 comments

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?

astrelsky avatar Nov 22 '21 13:11 astrelsky

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%

Keithcat1 avatar Dec 07 '21 20:12 Keithcat1

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.

samufi avatar Mar 31 '23 15:03 samufi

or from Go :)

sbinet avatar Mar 31 '23 16:03 sbinet