mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 04:29:36 +08:00
fix issue, the custom component cannot be load success by setting env… (#823)
This commit is contained in:
@ -387,7 +387,7 @@ Your structure should look something like this:
|
||||
The recommended way to load custom components is to set the _`LANGFLOW_COMPONENTS_PATH`_ environment variable to the path of your custom components directory. Then, run the Langflow CLI as usual.
|
||||
|
||||
```bash
|
||||
export LANGFLOW_COMPONENTS_PATH=/path/to/components
|
||||
export LANGFLOW_COMPONENTS_PATH='["/path/to/components"]'
|
||||
langflow
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user