I installed a few user packages with pip by using
pip3 install --user <package_name>
I did this on a machine running Ubuntu 17.10.
I would like to start afresh. Is it safe to delete ~/.local/bin in order to do so or is there some other, more elegant solution? In particular, I'm worrying about messing with the Python packages, which my system requires to function properly.