You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/08/16 20:01:35 UTC

[GitHub] [trafficcontrol] zrhoffman commented on a change in pull request #6107: Use Python shebang in Python Postinstall

zrhoffman commented on a change in pull request #6107:
URL: https://github.com/apache/trafficcontrol/pull/6107#discussion_r689820551



##########
File path: traffic_ops/install/bin/postinstall
##########
@@ -25,10 +25,17 @@ for arg in "$@"; do
 	esac
 done
 
+PATH+=:/usr/libexec/
+python_bin="$(command -v {python,platform-python}{3{8,.8,6,.6,},2{7,.7,},} | head -n1)"

Review comment:
       No reason not to. We could include 3.9, too




-- 
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: issues-unsubscribe@trafficcontrol.apache.org

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