You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/24 02:54:28 UTC

[GitHub] [doris] carlvinhust2012 commented on pull request #10378: [Enhancement] support different python version in build-support scripts

carlvinhust2012 commented on PR #10378:
URL: https://github.com/apache/doris/pull/10378#issuecomment-1165140986

   > Python 2 is EOF. Is it necessary to support it?
   > 
   > Furthermore, the modification looks verbose. You can use a variable to indicate python with different versions.
   > 
   > ```shell
   > PYTHON='python3'
   > 
   > "${PYTHON}" ...
   > ```
   
   yes, this is a good idea. I have test the way like "python${VERSION} parameter-list" yestoday.


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org