I have installed thrift in mac.
From the terminal it looks like thrift is installed successfully however when i tried to run thrift command i got the following
Thrift: command not found
I used the whereis command from the terminal to find the location of thrift but couldn't find it.
Any suggestions?
Terminal output after installing thrift thrift 0.9.0
Building C++ Library ......... : yes
Building C (GLib) Library .... : no
Building Java Library ........ : yes
Building C# Library .......... : no
Building Python Library ...... : yes
Building Ruby Library ........ : yes
Building Haskell Library ..... : no
Building Perl Library ........ : yes
Building PHP Library ......... : yes
Building Erlang Library ...... : no
Building Go Library .......... : no
Building D Library ........... : no
I think you didn't actually install thrift. You have to do followings after ./configure
$ make
$ sudo make install
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