How to uninstall meson safely?

0 votes
asked by about Uninstall Meson Platform

Hello, I recently installed meson on my macOS Sonoma 14.2.1 with
pip3 install meson (without being root)
and it did not save in /usr/local as I wanted. Then I saw that the correct command was
pip3 install --user meson
but at that point meson was already installed and the command did not work. I tried with
pip3 uninstall meson
but now pip3 install --user meson gives the error "Requirement already satisfied: meson in /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages (1.3.1)". Should I remove manually with rm the files meson-1.3.1.dist-info and mesonbuild inside the site-packages folder?

Thank you very much,
Michele

1 Answer

0 votes
answered by (78.5k points)
 
Best answer

User question: Should I remove manually with rm the files meson-1.3.1.dist-info and mesonbuild inside the site-packages folder?

Answer: Yes, you can safely remove the meson-1.3.1.dist-info and mesonbuild files manually using the rm command. That should uninstall the Meson package from your system.

0 votes
No avatar answered by (100 points)

Thank you very much and have a nice day.

0 votes
answered by

it Works Thanks.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...