火炬安装没有卷曲
Torch install without curl
我需要在服务器上安装 Torch,
但它的安装指南需要以下行作为第一步:
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
我的服务器上没有安装curl,而且我不是root,所以我没有安装它的权限。
我在 URL 中下载了脚本文件,并对它进行了 chmod,
但由于权限问题无法执行。
有没有不使用 curl 来安装 torch 的方法?
bash install-deps
导致
xxxx is not in the sudoers file. This incident will be reported.
需要安装 Torch 依赖项 - 如果您通过此脚本安装它,则需要 root 权限。
如果您保存了脚本,您可以使用
启动它(不使用 chmod)
bash install-deps
我需要在服务器上安装 Torch,
但它的安装指南需要以下行作为第一步:
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
我的服务器上没有安装curl,而且我不是root,所以我没有安装它的权限。
我在 URL 中下载了脚本文件,并对它进行了 chmod,
但由于权限问题无法执行。
有没有不使用 curl 来安装 torch 的方法?
bash install-deps
导致
xxxx is not in the sudoers file. This incident will be reported.
需要安装 Torch 依赖项 - 如果您通过此脚本安装它,则需要 root 权限。
如果您保存了脚本,您可以使用
启动它(不使用 chmod)bash install-deps