[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump-commits
Subject:    svn commit: r1883927 - /gump/branches/python3/cron/gump.sh
From:       markt () apache ! org
Date:       2020-11-29 9:45:04
Message-ID: 20201129094504.CA5DC17A67F () svn01-us-east ! apache ! org
[Download RAW message or body]

Author: markt
Date: Sun Nov 29 09:45:04 2020
New Revision: 1883927

URL: http://svn.apache.org/viewvc?rev=1883927&view=rev
Log:
Ensure python3 is used

Modified:
    gump/branches/python3/cron/gump.sh

Modified: gump/branches/python3/cron/gump.sh
URL: http://svn.apache.org/viewvc/gump/branches/python3/cron/gump.sh?rev=1883927&r1=1883926&r2=1883927&view=diff
 ==============================================================================
--- gump/branches/python3/cron/gump.sh (original)
+++ gump/branches/python3/cron/gump.sh Sun Nov 29 09:45:04 2020
@@ -42,11 +42,11 @@ export HOST_LOCAL_PRE_RUN=local-pre-run-
 export HOST_LOCAL_POST_RUN=local-post-run-${GUMP_HOST}.sh
 
 if [ "" == "$GUMP_PYTHON" ] ; then
-  export GUMP_PYTHON="`which python2`"
+  export GUMP_PYTHON="`which python3`"
   if [ "" == "$GUMP_PYTHON" ] ; then
     export GUMP_PYTHON="`which python`"
 	if [ "" == "$GUMP_PYTHON" ] ; then
-	    echo "No Python (python2 nor python) found in path."
+	    echo "No Python (python3 nor python) found in path."
 	 	exit 1
     fi
   fi


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic