tohojo / flent

The FLExible Network Tester.
https://flent.org
Other
428 stars 79 forks source link

Uninstall flent 1.9.9-git-0024eb9 from macOS? #292

Closed richb-hanover closed 6 months ago

richb-hanover commented 6 months ago

I built Flent from source a hundred years ago (not sure why that was important). I now would like use pip3 to install on my macOS machine.

How do I uninstall the previous version? The current installation goes deep into Python-land where my knowledge gets real shaky... Many thanks!


√ src % which flent
/Users/richb/.pyenv/shims/flent

√ src % flent --version
Flent v1.9.9-git-0024eb9.
Running on Python 3.7.4 (default, Sep 13 2019, 20:47:43)  [Clang 9.0.0 (clang-900.0.38)].
Using matplotlib version 3.1.1 on numpy 1.21.6.
Using Qt: pyside2 v5.14.1.```
richb-hanover commented 6 months ago

Answered my own question:

pip uninstall flent

Seems to work fine.