add-apt-repository not working UbuntuGnome 12.10
- by nickcannariato
When I try to add a ppa using the command:
sudo add-apt-repository [insert ppa]
the output I get is:
Error in sitecustomize; set PYTHONVERBOSE for traceback:
EOFError: EOF read where not expected
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 3, in <module>
from __future__ import print_function
EOFError: EOF read where not expected
This is the desktop version. It's a clean install and I didn't get any log errors on install. I haven't added or removed any python versions.
Can someone set me straight on how to fix this?