I recently installed Homebrew and am now unable to use the clear
command on WSL ubuntu. The install seemed to work, I used brew install
several times to install a couple of packages, and they worked.
While running brew install solidity
, I received a BSOD with a QR code and a message code of MEMORY_MANAGEMENT. After restarting my machine (HP Pavilion x360 running Windows 11), I tried using the clear
command from my WSL home directory. Rather than giving me a blank slate for typing commands, I was given an error:
myhomedirectory~$ clear
bash: /home/linuxbrew/.linuxbrew/bin/clear: Bad address
UPDATE: When I navigate into my root's bin directory, I can get the functionality of the clear
command by running ./clear
.