Ubuntu: pip not working with python3.4
- by val_
Trying to get pip working on my Ubuntu pc. pip seems to be working for python2.7, but not for others.
Here's the problem:
$ pip
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in <module>
load_entry_point('pip==1.4.1', 'console_scripts', 'pip')()
File "/usr/local/lib/python3.4/dist-packages/setuptools-1.1.5-py3.4.egg…