What is the Scons equivalent of make uninstall after having installed a package with scons --prefix=$HOME/.local install?
make uninstall
scons --prefix=$HOME/.local install
To uninstall, just add the "clean" option:
scons -c --prefix=$HOME/.local install