‘pip’ is not recognized as an internal or external command in Python

pip now comes bundled with new versions of python:

Need to add the path for pip installation to system variable. By default,
pip is installed to C:\Python34\Scripts\pip
so the path “C:\Python34\Scripts” needs to be added the “path” variable.