Python fixit snippets
Very short problems about python, found and fixed.
>pip
failed to create process.
whups, this worked yesterday. Whatup? --> drive letters/paths have been changed. The path to python.exe specified in pip.exe has moved. Solution: reinstall pip(and any other py programs similarly impacted).
date: 2013-05-16, 10:54
tags: [fixes, python]
category: Python