10 Jan
2018
10 Jan
'18
1:22 p.m.
On 10.01.2018 02:46, Kuan Butts wrote:
Attempting the following: cp -r /usr/lib/python3/dist-packages/* /usr/local/lib/python3.6/site-packages/
That's terrible. Don't move around the _entire_ standard python library like that, you are guaranteed to break things. Why are things in /usr/local? Do you have a custom Python install? -- Tiago de Paula Peixoto <tiago@skewed.de>