fix issue, the custom component cannot be load success by setting env… (#823)

This commit is contained in:
Gabriel Luiz Freitas Almeida
2023-09-18 11:01:57 -03:00
committed by GitHub

View File

@ -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
```