Quick question: How do I uninstall pants? (Trying ...
# general
e
Quick question: How do I uninstall pants? (Trying to test install instructions for my team including some proxy bypass type stuff and want to make sure it works from a clean install)
w
Which mechanism did you use to install it? I use
brew install
which has the corresponding removal
e
standard
get-pants.sh
script
w
I believe that downloads the pants launcher binary to a local directory somewhere, and then the launcher is what downloads pants. So, the pants cache is usually located at (on MacOS):
~/.cache/pants
The launcher downloads pythons and pantses to
~/Library/Caches/nce
I think And then the pants launcher itself, I’m less sure. Brew installs to the standard locations - I think on Linux, the launcher goes to
~/.local/bin