2 Jan
2014
2 Jan
'14
1:02 p.m.
On Wed, Jan 1, 2014, at 06:17 PM, Felix Yan wrote:
On Wednesday, January 01, 2014 12:57:07 Matthew Phillips wrote:
Pip installation isn't working for me. Changing python to point to python2 doesn't help.
Use pip2 if you want to just pip install it, or if you're going to package it, download the source from pypi and call python2 for the "setup.py install" step.
I get Syntax Errors regardless if whether I use python2 or python3. pip2 didn't work, says it can't write to /usr/lib/python3.3/site-packages even though the directory exists, is owned by root, and I'm running as root.