You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core_concepts/47_environment_variables/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Environment variables are used to configure the behavior of scripts and services
22
22
| SLACK_SIGNING_SECRET | None | The signing secret of your Slack app. See [Slack documentation](https://api.slack.com/authentication/verifying-requests-from-slack)| Server |
23
23
| COOKIE_DOMAIN | None | The domain of the cookie. If not set, the cookie will be set by the browser based on the full origin | Server |
24
24
| DENO_PATH | /usr/bin/deno | The path to the deno binary. | Worker |
25
-
| PYTHON_PATH | /usr/local/bin/python3 | The path to the python binary. | Worker |
25
+
| PYTHON_PATH (not recommended) | /usr/local/bin/python3 | The path to the python binary. If used [selecting python version](http://localhost:3000/docs/getting_started/scripts_quickstart/python#select-python-version) will not work and scripts will be executed using provided python.| Worker |
26
26
| GO_PATH | /usr/bin/go | The path to the go binary. | Worker |
27
27
| GOPRIVATE || The GOPRIVATE env variable to use private go modules | Worker |
28
28
| GOPROXY || The GOPROXY env variable to use | Worker |
@@ -102,4 +102,4 @@ From a [worker group](../9_worker_groups/index.mdx), you can add static and dyna
102
102
description="Worker Groups allow users to run scripts and flows on different machines with varying specifications."
0 commit comments