Hequn Cheng created FLINK-17960: ----------------------------------- Summary: Improve commands in the "Common Questions" document for PyFlink Key: FLINK-17960 URL: https://issues.apache.org/jira/browse/FLINK-17960 Project: Flink Issue Type: Improvement Components: API / Python Affects Versions: 1.11.0 Reporter: Hequn Cheng
Currently, in the ["Common Questions" |https://ci.apache.org/projects/flink/flink-docs-master/dev/table/python/common_questions.html#preparing-python-virtual-environment]document, we have the command `$ setup-pyflink-virtual-env.sh` to run the script. However, the script is not executable. It would be better to replace the command with `$ sh setup-pyflink-virtual-env.sh` and add download command. {code} $ curl -O https://ci.apache.org/projects/flink/flink-docs-master/downloads/setup-pyflink-virtual-env.sh $ sh setup-pyflink-virtual-env.sh {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)