Installation issue about bash

Hi,

I’m having some issues when trying to install Fenics. I just intalled Docker and Git. However, when I typed this following command in windows powershell, or cmd window, there is an error. Any one could please help?

Command:
curl -s https://get.fenicsproject.org | bash

Error:
bash : The term ‘bash’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:41

  • curl -s https://get.fenicsproject.org | bash
  •                                     ~~~~
    
    • CategoryInfo : ObjectNotFound: (bash:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

Thanks!
Ze

The fenicsproject script does not work in Windows PowerShell or in the Command Prompt (cmd). You will need to use straight docker commands instead.

Thank you Johannr so much for the kind reply.

Now I could install it, but when I typed fenicsproject run, it shows:
no active host found

Any thoughts about this?

Best,
Ze

Does it work with a straight docker command like this:

docker run -ti quay.io/fenicsproject/stable