dianfu commented on a change in pull request #8863: [FLINK-12962][python] Allows pyflink to be pip installed. URL: https://github.com/apache/flink/pull/8863#discussion_r297546146
########## File path: flink-dist/src/main/flink-bin/bin/pyflink-shell.sh ########## @@ -18,8 +18,13 @@ ################################################################################ bin=`dirname "$0"` bin=`cd "$bin"; pwd` +. "$bin"/find-flink-home.sh -. "$bin"/config.sh +_FLINK_HOME_DETERMINED=1 + +cd "$FLINK_HOME"/bin Review comment: Seems that this line can be removed? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
