I have pip.exe in the Python27 directory I'm trying to check if it is installed well by giving the command:
C:\Python27>pip
Every time I do so I get the following error message:
Fatal error in launcher: Unable to create a process using `"C:\Python34\python.exe" "C:\Python27\pip.exe" `
I have changed the PATH in the environment variables so there is NO mention of Python34.
Why won’t it show pip is installed? Thanks for help.
I have followed advice about changing the PATH by editing the environment variables etc... For some reason it always tries to follow a path via Python34 which is not there! Is that why it gives the error?
I can get Python to execute with the same approach but never pip. I want to install Django.