You can use the the setheading command
turtle.setheading(<degrees/radians>)
In standard mode, use the following
turtle.setheading(0)
If you wish your turtle to face to his right
turtle.setheading(90)
If you wish your turtle faced upward:
turtle.setheading(180)
If you wish your turtle faces left:
turtle.setheading(270)