torch / torch7

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

Error message when I open Terminal after removing Torch #1160

Closed zosob closed 6 years ago

zosob commented 6 years ago

Hello,

I am unsure if this is the correct place for this issue, but after I remove Torch from my Mac, I get a message on my terminal saying '-bash: ~/torch/install/bin/torch-activate: No such file or directory'.

I have no solutions on how to remove this.

Please help.

Regards.

tastyminerals commented 6 years ago

Open ~/.bashrc file and remove the . $PREFIX/bin/torch-activate line.

zosob commented 6 years ago

I tried that, but nothing worked. I just reinstalled torch and no more error messages. I'll live with it.

Patataman commented 5 years ago

The line about add torch to your bashrc it is in 2 files .bashrc and .profile. Remove it from .profile too and problem solved

mulanshine commented 5 years ago

The line about add torch to your bashrc it is in 2 files .bashrc and .profile. Remove it from .profile too and problem solved

Thanks!