I have two Ubuntu 18.04.1 LTS systems:
- clean installation of Ubuntu 18.04.1 LTS
- upgraded from Ubuntu 16.04.5 LTS
Note: All things in the both systems have been installed using APT (from deb-packages). I did not use pip/pip3, make install, checkinstall and other similar utilities. So it is absolutely on topic. It is Ubuntu, Ubuntu uses APT.
First system have the following pyc-files:
/usr/lib/python2.7/dist-packages/gi/overrides/Dee.pyc/usr/lib/python3/dist-packages/gi/overrides/__pycache__/Dee.cpython-36.pyc/usr/lib/python2.7/dist-packages/gi/overrides/Unity.pyc/usr/lib/python3/dist-packages/gi/overrides/__pycache__/Unity.cpython-36.pyc
Second system do not have these files.
I can not find packages for these files with dpkg -S. But I can find for scripts (*.py).
As far I can understand these files came from gir1.2-dee-1.0 and gir1.2-unity-5.0.
But after re-installation of these packages the *.pyc files are not created.
What is wrong?
How to get *.pyc in their places? Will my system work normally without these files?