You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/05/09 11:21:48 UTC

[incubator-linkis] branch dev-1.1.2 updated: use python3 the "/appcom/Install/anaconda3/bin/python" not found (#2090)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
     new b096014d0 use python3 the "/appcom/Install/anaconda3/bin/python" not found (#2090)
b096014d0 is described below

commit b096014d0de504371ee5ec6bf8f8180dd69173a5
Author: Zosimer <31...@qq.com>
AuthorDate: Mon May 9 19:21:42 2022 +0800

    use python3 the "/appcom/Install/anaconda3/bin/python" not found (#2090)
    
    use python3 the "/appcom/Install/anaconda3/bin/python" not found
---
 .../manager/engineplugin/python/conf/PythonEngineConfiguration.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/scala/org/apache/linkis/manager/engineplugin/python/conf/PythonEngineConfiguration.scala b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/scala/org/apache/linkis/manager/engineplugin/python/conf/PythonEngineConfiguration.scala
index 105f72f81..807cbaead 100644
--- a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/scala/org/apache/linkis/manager/engineplugin/python/conf/PythonEngineConfiguration.scala
+++ b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/scala/org/apache/linkis/manager/engineplugin/python/conf/PythonEngineConfiguration.scala
@@ -24,7 +24,7 @@ object PythonEngineConfiguration {
 
   val PYTHON_CONSOLE_OUTPUT_LINE_LIMIT = CommonVars("wds.linkis.python.line.limit", 10)
   val PY4J_HOME = CommonVars("wds.linkis.python.py4j.home", this.getClass.getResource("/conf").getPath)
-  val PYTHON_VERSION = CommonVars("pythonVersion", "/appcom/Install/anaconda3/bin/python")
+  val PYTHON_VERSION = CommonVars("pythonVersion", "python3")
 
   val PYTHON_PATH:CommonVars[String] = CommonVars[String]("python.path", "", "Specify Python's extra path, which only accepts shared storage paths(指定Python额外的path,该路径只接受共享存储的路径).")
 


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