ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

Win7 | bash: run.sh: command not found #65

Closed chenstarsQ closed 5 years ago

chenstarsQ commented 5 years ago

I have already installed Docker on my computer.

chenstarsQ commented 5 years ago

I downloaded the project as a zip and unzipped it, then ran ‘run.sh’ in git bash, then it prompts me “bash: run.sh: command not found ” what should i do ?

tandelin1 commented 5 years ago

You need to execute. / run.sh or sh run.sh

------------------ 原始邮件 ------------------ 发件人: "Chen Star"notifications@github.com; 发送时间: 2019年8月13日(星期二) 下午2:44 收件人: "ricklamers/gridstudio"gridstudio@noreply.github.com; 抄送: “已订阅”subscribed@noreply.github.com; 主题: Re:[ricklamers / gridstudio] Win7 | bash:run.sh:找不到命令(#65)

我将项目作为zip下载并解压缩,然后在git bash中运行'run.sh',然后它提示我“bash:run.sh:command not found” 我该怎么办?

tandelin1 commented 5 years ago

You need to execute。/ run.sh或sh run.sh

------------------ 原始邮件 ------------------ 发件人: "Chen Star"notifications@github.com; 发送时间: 2019年8月13日(星期二) 下午2:44 收件人: "ricklamers/gridstudio"gridstudio@noreply.github.com; 抄送: “已订阅”subscribed@noreply.github.com; 主题: Re:[ricklamers / gridstudio] Win7 | bash:run.sh:找不到命令(#65)

我将项目作为zip下载并解压缩,然后在git bash中运行'run.sh',然后它提示我“bash:run.sh:command not found” 我该怎么办?

chenstarsQ commented 5 years ago

Thank for you reply But still can't work

$ sh run.sh An error occurred trying to connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json?all=1: open //./pipe/docker_engine: The system cannot find the file specified. C:\Program Files\Docker Toolbox\docker.exe: An error occurred trying to connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create?name=gridstudio: open //./pipe/docker_engine: The system cannot find the file specified.. See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.

pengpengtiaodexiaolu commented 5 years ago

I guess I met the same problem with you. "Git Bash for Windows - Docker install" this means you should download the "git for windows" and Docker, then run git and docker at the same time.

chenstarsQ commented 5 years ago

I guess I met the same problem with you. "Git Bash for Windows - Docker install" this means you should download the "git for windows" and Docker, then run git and docker at the same time.

I think it should be the setting problem of the docker environment variable. I have given up now. It is a bit less practical for me.

ricklamers commented 5 years ago

Docker Toolbox is currently not supported out of the box. Follow #89 for updates, and possibly try @nanayuri's suggestion to try a hotfix in the meantime.