I've been trying to uninstall Flask from my Mac, but get the following error:
sim1-3010:~ seanpatterson$ sudo uninstall Flask
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
Preparing Uninstall...
Uninstall Began...
Uninstall Failed...
Reason: ErrorMissingBundle
Any ideas?
pip
, use pip uninstall flask
.If you're not sure how you installed flask, but didn't use pip, try running this command:
python -c "import os, flask; print(os.path.dirname(flask.__file__))"
Then, manually delete that entire directory from the filesystem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With