[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-listchanges error



On Fri, May 26, 2017 at 12:55:26PM -0700, Gary Roach wrote:
> I seem to have an Anaconda problem.
> python --version gave Python 3.5.2 :: Anaconda custom (64-bit)

Well, that's definitely a problem.  The default "python" on a Debian
system is 2.x, not 3.x, and changing /usr/bin/python to point to
python3.x is likely to break things.

wooledg:~$ python --version
Python 2.7.13
wooledg:~$ python3 --version
Python 3.5.3

> python -m debconf gave /root/anaconda3/bin/python: No module named debconf
> dpkg -V debconf gave nothing
> 
> /usr/lib/python3/sidt-packages/debconf.py does exist.
> 
> I've been doing a lot of work with anaconda python lately. Not sure how 
> to shut this off.

The rest, I can't help with.


Reply to: