
# Linux机器输入Windows路径，提示安装路径输入不合法问题
#### 问题现象
日志提示如下信息：
```
"msg": "Failed to find handler for \"usr/local/python/Python-3.5.4.tgz\". Make sure the required command to extract the file is installed. Command \"/usr/bin/unzip\" could not handle archive. Command \"/usr/bin/gtar\" could not handle archive."}
```
#### 原因分析
安装路径输入不合法，部署Linux主机应用时输入Windows格式的路径。
#### 处理方法
输入符合系统标准的安装路径。
