tvalentyn commented on code in PR #27236:
URL: https://github.com/apache/beam/pull/27236#discussion_r1248303910


##########
sdks/python/container/piputil.go:
##########
@@ -78,17 +82,17 @@ func pipInstallPackage(files []string, dir, name string, 
force, optional bool, e
                                // installed if necessary.  This achieves our 
goal outlined above.
                                args := []string{"-m", "pip", "install", 
"--no-cache-dir", "--disable-pip-version-check", "--upgrade", 
"--force-reinstall", "--no-deps",
                                        filepath.Join(dir, packageSpec)}
-                               err := execx.Execute("python", args...)
+                               err := execx.Execute("python3", args...)

Review Comment:
   use the helper here as well and all other applicable places.



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