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