torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

too many "torch path" in $PATH #229

Open Liu0329 opened 7 years ago

Liu0329 commented 7 years ago

I find "/home/tom/torch/install/bin" repeating 3 times in $PATH, which may due to that I install torch many times. It is just annoying. Can anyone tell me how to remove the repeated path in $PATH ?

GitBubble commented 7 years ago

this problems occurs when re-install torch

export PATH="your path1:your path2",