stevenzwu commented on code in PR #14066:
URL: https://github.com/apache/iceberg/pull/14066#discussion_r2345904185


##########
site/dev/common.sh:
##########
@@ -69,7 +69,7 @@ install_deps () {
   echo " --> install deps"
 
   # Use pip to install or upgrade dependencies from the 'requirements.txt' 
file quietly
-  pip -q install -r requirements.txt --upgrade
+  pip3 -q install -r requirements.txt --upgrade

Review Comment:
   `pip3` probably works better for most env.
   
   `python3` is also used at line 204



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to