on unix if the repository is cloned in a directory with space in btw e.g root@/Desktop/downloaded tools/$:
during the ./install/install.py some certain things don't install as the local directory path is been searched for, The full path is not complete since the space in the directory path cuts it off. The install script need to be able to escape the space character in the installation directory path
on unix if the repository is cloned in a directory with space in btw e.g root@/Desktop/downloaded tools/$:
during the ./install/install.py some certain things don't install as the local directory path is been searched for, The full path is not complete since the space in the directory path cuts it off. The install script need to be able to escape the space character in the installation directory path