Current situation:
- Windows 7
- 64 Bit
- Using Gitbash shell within Visual Studio Code
Using the following link, I have included C:\Python27
within the PATH and PYTHONPATH system variables (NOTE: I had to create the PYTHONPATH system variable).
After doing this, I reran the command python get-pip.py
and it still says the command is not found.
I'm not sure what I'm doing wrong. I've made sure that Python 2.7 has been installed on my machine.
Any help would be much appreciated.