torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

macos10.12.2 "th: command not found" after reboot #970

Open HiZhaoxiaoyang opened 7 years ago

HiZhaoxiaoyang commented 7 years ago

as title, unstable setup.

now reinstalling...

nicholas-leonard commented 7 years ago

make sure the th binary is in your PATH environment variable. Make sure you have something like this in ~/.local.bash:

export PATH=~/path/to/torch-binary:$PATH