瀏覽代碼

fix: enhance env.example (#65)

Yeuoly 4 月之前
父節點
當前提交
1d3342e730
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -57,7 +57,7 @@ DIFY_PLUGIN_SERVERLESS_CONNECTOR_API_KEY=HeRFb6yrzAy5vUSlJWK2lUl36mpkaRycv4witbQ
 
 # python interpreter, if you are using local runtime, you should set this path to your python interpreter path
 # otherwise, it should be /usr/bin/python3
-PYTHON_INTERPRETER_PATH=/Users/yeuoly/miniconda3/envs/dify-plugin-sdk/bin/python
+# PYTHON_INTERPRETER_PATH=/usr/bin/python3
 
 # python environment init timeout, if the python environment init process is not finished within this time, it will be killed
 PYTHON_ENV_INIT_TIMEOUT=120