On 21.06.2018 10:27, 積丹尼 Dan Jacobson wrote:
$ dlocate /usr/lib/python3.6/distutils/command/__pycache__|wc
       0       0       0
$ ls /usr/lib/python3.6/distutils/command/__pycache__ -1
__init__.cpython-36.pyc
bdist.cpython-36.pyc
bdist_dumb.cpython-36.pyc
bdist_msi.cpython-36.pyc
bdist_rpm.cpython-36.pyc
bdist_wininst.cpython-36.pyc
build.cpython-36.pyc
build_clib.cpython-36.pyc
build_ext.cpython-36.pyc
build_py.cpython-36.pyc
build_scripts.cpython-36.pyc
check.cpython-36.pyc
clean.cpython-36.pyc
config.cpython-36.pyc
install.cpython-36.pyc
install_data.cpython-36.pyc
install_egg_info.cpython-36.pyc
install_headers.cpython-36.pyc
install_lib.cpython-36.pyc
install_scripts.cpython-36.pyc
register.cpython-36.pyc
sdist.cpython-36.pyc
upload.cpython-36.pyc

Is it safe if I delete them by hand?

is python3-distutils still installed? re-installing and removing python3-distutils should remove these properly.

Reply via email to