Re: pip newer version available

2020-11-28 Thread Nicholas Clark via Cygwin
Your first command used your Windows installation of Python, not Cygwin's. But it looks like you caught that. To your question about upgrading pip in Cygwin, it's not usually a good idea to overwrite any distro-provided packages. That's true on Linux and on Cygwin as well. But if you want access

Re: [cygwin] DD bug fails to wipe last 48 sectors of a disk

2020-06-23 Thread Nicholas Clark via Cygwin
Do you get the same behavior when you run dd with iflag=fullblock? Without that flag, it's possible dd's input to read a smaller block than requested (which would correspond with a smaller write to the output). On Tue, Jun 23, 2020 at 9:28 AM Hashim Aziz via Cygwin wrote: > I hadn't checked with