Problem :
For example , if I need to use pip i’d have to navigate using cd like cd c:Python34Scripts then i’d be able to use pip , can’t I just directly get to the scripts folder somehow .
Solution :
Simplest way is to add the folder containing your scripts to the system PATH variable, and you should be good to go.