You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2020/06/15 05:16:37 UTC

[flink] branch release-1.11 updated: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink (#12367)

This is an automated email from the ASF dual-hosted git repository.

hequn pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 27e8a0e  [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink (#12367)
27e8a0e is described below

commit 27e8a0e59424d75c22dea63cbf63a2f4ae40308b
Author: SteNicholas <pr...@163.com>
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 %}