I get a fatal error when using pip install.
pip install praw
Fatal error in launcher: Unable to create process using '""c:\program files\python36\python.exe"
"C:\Program Files\Python36\Scripts\pip.exe" install praw'
But when i do the samething but with Python in beginning, it works they way as it used to when using just pip install.
python -m pip install praw
I have no idea whats causing this issue and I'm not sure how to fix this. Fatal error in launcher: Unable to create process using ""C:\Program Files (x86)\Python33\python.exe" "C:\Program Files (x86)\Python33\pip.exe"" gives a workaround and not a fix.