I run checkinstall to compile Python on debian.
I had a lot of errors before that, because of which he could not create the directory. At this point, I would just do mkdir myself, and it will end. But now I get this error:
copying build/lib.linux-x86_64-3.5/_elementtree.cpython-35m-x86_64-linux-gnu.so -> /usr/local/lib/python3.5/lib-dynload error: [Errno 2] No such file or directory Makefile:1458: recipe for target 'sharedinstall' failed
Does anyone know of something that I can do wrong with checkinstall?
source share