Going about paths

I have this path renderer, and I want the paths to curve in the direction the second part is in. I tried using lerp, except that it didn’t work for some reason. Another thing is that I don’t know how to make a smooth line get drawn between each part of the curve either. Maybe using the Rod Constraints I could do it, but having to make the location of the attachments correct, I might need another way.