Python 3.4.3 rc1/PIP mangled the hashbang line; it was looking like #!S:Python34python.exe
for git-review-script.py
As a result, I got a failed to create process.
error.
The solution was to correct it to
#!S:\Python34\python.exe
Thanks PIP!
Python 3.4.3 rc1/PIP mangled the hashbang line; it was looking like #!S:Python34python.exe
for git-review-script.py
As a result, I got a failed to create process.
error.
The solution was to correct it to
#!S:\Python34\python.exe
Thanks PIP!