I have (inadvisedly) copied ~ from one WSL distro ...
# general
l
I have (inadvisedly) copied ~ from one WSL distro to another. All my code bases are now duplicated. Some Pulumi stuff isn't working in the new distro; I'm guessing I need to reinstall something, run
chmod +x
somewhere, or something like that. The current symptom is: when I run
pulumi destroy
, it shows all the actions (deletes) it'll perform, but it never shows the y/n menu - it just hangs. Does anyone know any likely causes of this?