> For the complete documentation index, see [llms.txt](https://api.pyblish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.pyblish.com/environment-variables/pyblish_allow_duplicate_plugins.md).

# PYBLISH\_ALLOW\_DUPLICATE\_PLUGINS

Allow duplicate plugin names to load.

## Usage

Normal behaviour will discard any plugin with the same name, as a previously loaded plugin.

## Example

```python
import os
os.environ["PYBLISH_ALLOW_DUPLICATE_PLUGINS"] = "True"
```

{{ file.mtime }}
