OneCricketeer commented on code in PR #3681: URL: https://github.com/apache/ambari/pull/3681#discussion_r1180996161
########## ambari-agent/conf/unix/install-helper.sh: ########## @@ -41,11 +41,11 @@ LOG_FILE=/dev/null CLEANUP_MODULES="resource_management;ambari_commons;ambari_agent;ambari_ws4py;ambari_stomp;ambari_jinja2;ambari_simplejson" -OLD_COMMON_DIR="/usr/lib/python2.6/site-packages/ambari_commons" -OLD_RESOURCE_MANAGEMENT_DIR="/usr/lib/python2.6/site-packages/resource_management" -OLD_JINJA_DIR="/usr/lib/python2.6/site-packages/ambari_jinja2" -OLD_SIMPLEJSON_DIR="/usr/lib/python2.6/site-packages/ambari_simplejson" -OLD_AMBARI_AGENT_DIR="/usr/lib/python2.6/site-packages/ambari_agent" +OLD_COMMON_DIR="/usr/lib/python3.9/site-packages/ambari_commons" +OLD_RESOURCE_MANAGEMENT_DIR="/usr/lib/python3.9/site-packages/resource_management" +OLD_JINJA_DIR="/usr/lib/python3.9/site-packages/ambari_jinja2" +OLD_SIMPLEJSON_DIR="/usr/lib/python3.9/site-packages/ambari_simplejson" +OLD_AMBARI_AGENT_DIR="/usr/lib/python3.9/site-packages/ambari_agent" Review Comment: I feel like Ambari should come with a venv for its own packages rather than pollute OS-level site-packages -- 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]
