torch / torch7

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

Nvidia 1080 TI Touch7 Install problem? #1036

Open andycorleonenb opened 7 years ago

andycorleonenb commented 7 years ago

Hi, When I type the command "th" shows "command not found" I did a Fresh Unbuntu 16.04 LTS Install, them installed the Nvidia Drivers, them the CUDA tool kit 8.0. and finally Torch7. Please Advice

pavanky commented 7 years ago

How did you install it ? Did you try opening the a terminal ?

andycorleonenb commented 7 years ago

Hi, Yes I tried running from terminal.

pavanky commented 7 years ago

Sorry I meant opening a new terminal (our sourcing your ~/.bashrc). If that doesn't work you may have skipped adding the paths to your .bashrc during the install step.

andycorleonenb commented 7 years ago

Thanks Again, I Installed torch the following way :

in a terminal, run the commands

cd ~/ curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash git clone https://github.com/torch/distro.git ~/torch --recursive cd ~/torch; ./install.sh

source ~/.bashrc