Help in installation of holochain

Hi @hedayat in our previous hackalong i was asking about installation of holochain issues regarding WSL1 and WSL2 errors and i also want to know once we install holochain properly then how we make file create and read and make it compile.
this are my present doughts, looking forward for your reply.
thank you

I am trying to set up a nix shell but my system seems to not like the code. I have a windows system and downloaded a VirtualBox to run Ubuntu. I’m following the instructions on the Holo website.
After I type this:
sh <(curl -L https://nixos.org/nix/install)
I get a warning saying:
“there is no such file or directory and failure writing output to destination.”

What can I do, my destination file is not being created when downloading and installing binary-tarball. I want to begin developing but I can not get past this part. Has anyone suffered what I am and found a solution?

I’m also getting an error in Ubuntu
after
sh <(curl -L https://nixos.org/nix/install)
“failed to create the file”

I have also same issue any suggestion for this so please reply. Thanks in advance.

I have also same issue any suggestion for this so please reply. Thanks in advance.

I was having the same issue and fund the solution at 20.04 - curl: (23) Failure writing output to destination - Ask Ubuntu

Basically it is a snap curl issue. We need to uninstall and reinstall like this:

$ sudo snap remove curl
$ sudo apt install curl