Add C:\Python27\Scripts to your PATH in the system settings, and you can run:
pip3 thunder to install packages for Python 3.x
and
pip2 thunder or pip2.7 thunder to install packages for Python 2.7.
Without changing the PATH for Python 2.7, you can run the command directly:
C:\Python27\Scripts\pip thunder .
After changing the PATH command, pip is called from the first folder, so if you add the Python2.7 directory to the end, you will get pip to run for Python3 if you add Python2. 7 before starting, you will get pip to run for Python2.7.
source share