Search code examples
scons

How do I uninstall a package with SCons?


What is the Scons equivalent of make uninstall after having installed a package with scons --prefix=$HOME/.local install?


Solution

  • To uninstall, just add the "clean" option:

    scons -c --prefix=$HOME/.local install