morningman commented on a change in pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744543775
########## File path: thirdparty/build-thirdparty.sh ########## @@ -256,6 +256,8 @@ build_thrift() { fi make -j $PARALLEL && make install + # Create soft link under `/usr/bin` + ln -s /var/local/thirdparty/installed/bin/thrift /usr/bin/thrift Review comment: Is there any other options? Actually this would require `root` permission to do so... How about adding `/var/local/thirdparty/installed/bin/` to env `PATH`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org