HuangXingBo commented on code in PR #21770:
URL: https://github.com/apache/flink/pull/21770#discussion_r1117925077


##########
flink-python/src/main/java/org/apache/flink/client/python/PythonEnvUtils.java:
##########
@@ -212,6 +213,15 @@ static PythonEnvironment preparePythonEnvironment(
                             });
         }
 
+        // 4. append configured env.PYTHONPATH to the PYTHONPATH.

Review Comment:
   ```suggestion
           // 4. append configured python.pythonpath to the PYTHONPATH.
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to