【发布时间】:2016-01-15 08:06:39
【问题描述】:
我在安装 Torch7 之前安装了 Anaconda。 我在安装 Torch7 using these instructions 时没有遇到任何错误。
我正在运行 OS 10.10.5
我的 .bash_profile 如下:
# added by Anaconda 2.3.0 installer
export PATH="/Users/myusername/anaconda/bin:$PATH"
export PATH="./Users/myusername/torch/install/bin/torch_activate:$PATH"
更新 .bash_profile 后我跑了
$ source ~/.bash_profile
$ th
我得到...
-bash: th: command not found
有什么想法吗?我应该删除 Anaconda 并再次尝试安装吗?
【问题讨论】: