thrift python安装

http://thrift.apache.org/download/

tar -zxvf thrift-0.11.0.tar.gz
cd thrift-0.11.0
./configure --prefix=/application/thrift --with-cpp --with-boost --with-python --without-csharp
--with-java --without-erlang --without-perl --with-php --without-php_extension --without-ruby
--without-haskell
--without-go
make && make install
ln -s  /application/thrift/bin/thrift   /usr/bin/
thrift -version

更多:https://blog.csdn.net/qq910894904/article/details/41132779

原文地址:https://www.cnblogs.com/sunlong88/p/9288039.html