This is an automated email from the ASF dual-hosted git repository.
hequn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 35f95f5 [FLINK-17960][python][docs] Improve commands in the "Common
Questions" document for PyFlink (#12367)
35f95f5 is described below
commit 35f95f5ac02c6014cdc8ef714ca66ad7e2cfdd5b
Author: SteNicholas <[email protected]>
AuthorDate: Mon Jun 15 13:13:46 2020 +0800
[FLINK-17960][python][docs] Improve commands in the "Common Questions"
document for PyFlink (#12367)
---
docs/dev/table/python/common_questions.md | 4 ++--
docs/dev/table/python/common_questions.zh.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/dev/table/python/common_questions.md
b/docs/dev/table/python/common_questions.md
index f0858e2..de6c75e 100644
--- a/docs/dev/table/python/common_questions.md
+++ b/docs/dev/table/python/common_questions.md
@@ -34,9 +34,9 @@ You can specify the version parameter to generate a Python
virtual environment r
{% highlight bash %}
{% if site.is_stable %}
-$ setup-pyflink-virtual-env.sh {{ site.version }}
+$ sh setup-pyflink-virtual-env.sh {{ site.version }}
{% else %}
-$ setup-pyflink-virtual-env.sh
+$ sh setup-pyflink-virtual-env.sh
{% endif %}
{% endhighlight bash %}
diff --git a/docs/dev/table/python/common_questions.zh.md
b/docs/dev/table/python/common_questions.zh.md
index 58dbdc6..3821c21 100644
--- a/docs/dev/table/python/common_questions.zh.md
+++ b/docs/dev/table/python/common_questions.zh.md
@@ -34,9 +34,9 @@ You can specify the version parameter to generate a Python
virtual environment r
{% highlight bash %}
{% if site.is_stable %}
-$ setup-pyflink-virtual-env.sh {{ site.version }}
+$ sh setup-pyflink-virtual-env.sh {{ site.version }}
{% else %}
-$ setup-pyflink-virtual-env.sh
+$ sh setup-pyflink-virtual-env.sh
{% endif %}
{% endhighlight bash %}