# Problems with installation of FEniCS using Docker Toolbox on Windows 10

**URL:** <https://fenicsproject.discourse.group/t/problems-with-installation-of-fenics-using-docker-toolbox-on-windows-10/1502>\
**Category:** installation\
**Created:** [September 9, 2019, 10:48am UTC](https://fenicsproject.discourse.group/t/problems-with-installation-of-fenics-using-docker-toolbox-on-windows-10/1502 "2019-09-09T10:48:26Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![Abhyuday\_Aditya](https://yyz2.discourse-cdn.com/free1/user_avatar/fenicsproject.discourse.group/abhyuday_aditya/32/486_2.png) [@Abhyuday\_Aditya](https://fenicsproject.discourse.group/u/Abhyuday_Aditya)\
**Post date:** [September 9, 2019, 10:48am UTC](https://fenicsproject.discourse.group/t/problems-with-installation-of-fenics-using-docker-toolbox-on-windows-10/1502/1 "2019-09-09T10:48:27Z")

</div>

Hi,

I recently installed the Docker Toolbox on my Windows 10 Home to run FEniCS.

The installation itself ran into problems, but apparently was successful in the end.  
However, when I try to run it, an error shows up: “command not found”. Please refer to the image for both issues.

 ![error](https://global.discourse-cdn.com/free1/uploads/fenicsproject1/original/1X/767377e5da40be8e47e4c3cec7fd6b811a273d05.png)

I apologize if this has a very trivial solution as I am new to this and have very little idea of how Docker works. A little help would be very much appreciated.

Thanks!

---

<div class="post-metadata">

**Author:** ![johannr](https://yyz2.discourse-cdn.com/free1/user_avatar/fenicsproject.discourse.group/johannr/32/13_2.png) [@johannr](https://fenicsproject.discourse.group/u/johannr)\
**Post date:** [September 18, 2019, 4:56pm UTC](https://fenicsproject.discourse.group/t/problems-with-installation-of-fenics-using-docker-toolbox-on-windows-10/1502/2 "2019-09-18T16:56:04Z")

</div>

I think the problem is that you have a space in the path to your home directory (`/c/Users/Abhyuday Aditya`). You can run straight `docker` commands instead of using the `fenicsproject` script (see the [documentation](https://fenics-containers.readthedocs.io/en/latest/index.html)).
