Installation

    Your system may include multiple Python versions, and thus also include multiple Python binary executables. You can run the following command to find out what Python binary executables are available in your system:

    In addition to creating a soft link, you can also choose to create a Python virtual environment (). You can refer to the Preparing Python Virtual Environment documentation page for details on how to achieve that setup.

    PyFlink is available in and can be installed as follows:

    Note Starting from Flink 1.11, it’s also supported to run PyFlink jobs locally on Windows and so you could develop and debug PyFlink jobs on Windows.